Checkstyle Results
The following document contains the results of
        Checkstyle
        
          
        .
Summary
          | Files | Infos | Warnings | Errors | 
        
          | 101 | 0 | 0 | 3791 | 
        
Files
org/sourceforge/jvb3d/Control/ClientTask.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Unused import - java.util.TimerTask. | 
                9
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - org.sourceforge.jvb3d.Network.*. | 
                10
               | 
          
            
                 
               | Line has trailing spaces. | 
                19
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Line has trailing spaces. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 
                23
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | 'try' is not followed by whitespace. | 
                25
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line has trailing spaces. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | 'catch' is not preceded with whitespace. | 
                28
               | 
          
            
                 
               | '}' is not followed by whitespace. | 
                28
               | 
          
            
                 
               | 'catch' is not followed by whitespace. | 
                28
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
org/sourceforge/jvb3d/Control/Control.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - org.sourceforge.jvb3d.Model.*. | 
                9
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - org.sourceforge.jvb3d.Network.*. | 
                10
               | 
          
            
                 
               | Unused import - java.util.TimerTask. | 
                12
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                17
               | 
          
            
                 
               | Line has trailing spaces. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                21
               | 
          
            
                 
               | Variable 'network' must be private and have accessor methods. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                22
               | 
          
            
                 
               | Variable 'model' must be private and have accessor methods. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                23
               | 
          
            
                 
               | Variable 'timer' must be private and have accessor methods. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                24
               | 
          
            
                 
               | Variable 'input' must be private and have accessor methods. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                25
               | 
          
            
                 
               | Variable 'localPlayerID' must be private and have accessor methods. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                26
               | 
          
            
                 
               | Variable 'localPlayerName' must be private and have accessor methods. | 
                26
               | 
          
            
                 
               | Line has trailing spaces. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | First sentence should end with a period. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line has trailing spaces. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Parameter network should be final. | 
                33
               | 
          
            
                 
               | 'network' hides a field. | 
                33
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                33
               | 
          
            
                 
               | Parameter model should be final. | 
                33
               | 
          
            
                 
               | 'model' hides a field. | 
                33
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                34
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                35
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | First sentence should end with a period. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Method 'setTask' is not designed for extension - needs to be abstract, final or empty. | 
                44
               | 
          
            
                 
               | Parameter task should be final. | 
                44
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                44
               | 
          
            
                 
               | Parameter period should be final. | 
                44
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                45
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                46
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                47
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                48
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | First sentence should end with a period. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Method 'getInputAdapter' is not designed for extension - needs to be abstract, final or empty. | 
                55
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | First sentence should end with a period. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line has trailing spaces. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | Method 'setLocalPlayerID' is not designed for extension - needs to be abstract, final or empty. | 
                62
               | 
          
            
                 
               | Parameter id should be final. | 
                62
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                63
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                64
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | First sentence should end with a period. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Method 'getLocalPlayerID' is not designed for extension - needs to be abstract, final or empty. | 
                70
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | First sentence should end with a period. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Method 'setLocalPlayerName' is not designed for extension - needs to be abstract, final or empty. | 
                78
               | 
          
            
                 
               | Parameter name should be final. | 
                78
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                78
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                79
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                80
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | First sentence should end with a period. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Method 'getLocalPlayerName' is not designed for extension - needs to be abstract, final or empty. | 
                86
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
org/sourceforge/jvb3d/Control/ControlTask.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                20
               | 
          
            
                 
               | Variable 'network' must be private and have accessor methods. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                21
               | 
          
            
                 
               | Variable 'localPlayerID' must be private and have accessor methods. | 
                21
               | 
          
org/sourceforge/jvb3d/Control/InputAdapter.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - java.lang.*. | 
                16
               | 
          
            
                 
               | Redundant import from the java.lang package - java.lang.*. | 
                16
               | 
          
            
                 
               | Line has trailing spaces. | 
                20
               | 
          
            
                 
               | Line has trailing spaces. | 
                21
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                32
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                33
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                33
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                33
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                35
               | 
          
            
                 
               | Variable 'network' must be private and have accessor methods. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                37
               | 
          
            
                 
               | Variable 'localPlayerID' must be private and have accessor methods. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                39
               | 
          
            
                 
               | Variable 'localPlayerName' must be private and have accessor methods. | 
                39
               | 
          
            
                 
               | First sentence should end with a period. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Parameter model should be final. | 
                45
               | 
          
            
                 
               | 'model' hides a field. | 
                45
               | 
          
            
                 
               | Expected @param tag for 'model'. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Line has trailing spaces. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line has trailing spaces. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Method 'setScreen' is not designed for extension - needs to be abstract, final or empty. | 
                55
               | 
          
            
                 
               | Parameter width should be final. | 
                55
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                55
               | 
          
            
                 
               | Parameter height should be final. | 
                55
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                55
               | 
          
            
                 
               | Line has trailing spaces. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                57
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                58
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Line has trailing spaces. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | First sentence should end with a period. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Parameter model should be final. | 
                66
               | 
          
            
                 
               | 'model' hides a field. | 
                66
               | 
          
            
                 
               | Parameter network should be final. | 
                66
               | 
          
            
                 
               | 'network' hides a field. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | First sentence should end with a period. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | Method 'keyTyped' is not designed for extension - needs to be abstract, final or empty. | 
                89
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                89
               | 
          
            
                 
               | Expected @param tag for 'arg0'. | 
                89
               | 
          
            
                 
               | Line contains a tab character. | 
                90
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                91
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                91
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                93
               | 
          
            
                 
               | Line contains a tab character. | 
                93
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                93
               | 
          
            
                 
               | '!=' is not preceded with whitespace. | 
                93
               | 
          
            
                 
               | '!=' is not followed by whitespace. | 
                93
               | 
          
            
                 
               | '8' is a magic number. | 
                93
               | 
          
            
                 
               | Line contains a tab character. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                95
               | 
          
            
                 
               | First sentence should end with a period. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                99
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                100
               | 
          
            
                 
               | Line contains a tab character. | 
                100
               | 
          
            
                 
               | Line contains a tab character. | 
                101
               | 
          
            
                 
               | Line contains a tab character. | 
                102
               | 
          
            
                 
               | Method 'keyPressed' is not designed for extension - needs to be abstract, final or empty. | 
                102
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                102
               | 
          
            
                 
               | Expected @param tag for 'arg0'. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                104
               | 
          
            
                 
               | Line contains a tab character. | 
                105
               | 
          
            
                 
               | Line contains a tab character. | 
                106
               | 
          
            
                 
               | Line contains a tab character. | 
                107
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                108
               | 
          
            
                 
               | Line contains a tab character. | 
                108
               | 
          
            
                 
               | Line contains a tab character. | 
                109
               | 
          
            
                 
               | '16' is a magic number. | 
                109
               | 
          
            
                 
               | Line contains a tab character. | 
                110
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                110
               | 
          
            
                 
               | '==' is not preceded with whitespace. | 
                110
               | 
          
            
                 
               | '==' is not followed by whitespace. | 
                110
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                111
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                111
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                111
               | 
          
            
                 
               | Line contains a tab character. | 
                112
               | 
          
            
                 
               | Line contains a tab character. | 
                113
               | 
          
            
                 
               | '}' should be on the same line. | 
                113
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                115
               | 
          
            
                 
               | '16' is a magic number. | 
                115
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                116
               | 
          
            
                 
               | Line contains a tab character. | 
                116
               | 
          
            
                 
               | Line contains a tab character. | 
                117
               | 
          
            
                 
               | '-0.2f' is a magic number. | 
                117
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                118
               | 
          
            
                 
               | Line contains a tab character. | 
                118
               | 
          
            
                 
               | Line contains a tab character. | 
                119
               | 
          
            
                 
               | '0.2f' is a magic number. | 
                119
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                121
               | 
          
            
                 
               | '0.2f' is a magic number. | 
                121
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                123
               | 
          
            
                 
               | '-0.2f' is a magic number. | 
                123
               | 
          
            
                 
               | Line contains a tab character. | 
                124
               | 
          
            
                 
               | Line contains a tab character. | 
                125
               | 
          
            
                 
               | Line contains a tab character. | 
                126
               | 
          
            
                 
               | Line contains a tab character. | 
                127
               | 
          
            
                 
               | Line contains a tab character. | 
                128
               | 
          
            
                 
               | Line contains a tab character. | 
                129
               | 
          
            
                 
               | Line contains a tab character. | 
                130
               | 
          
            
                 
               | Line contains a tab character. | 
                131
               | 
          
            
                 
               | Line contains a tab character. | 
                132
               | 
          
            
                 
               | 'else' is not preceded with whitespace. | 
                132
               | 
          
            
                 
               | '}' is not followed by whitespace. | 
                132
               | 
          
            
                 
               | 'else' is not followed by whitespace. | 
                132
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                132
               | 
          
            
                 
               | Line contains a tab character. | 
                133
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                133
               | 
          
            
                 
               | '==' is not preceded with whitespace. | 
                133
               | 
          
            
                 
               | '==' is not followed by whitespace. | 
                133
               | 
          
            
                 
               | Line contains a tab character. | 
                134
               | 
          
            
                 
               | '{' should be on the previous line. | 
                134
               | 
          
            
                 
               | Line contains a tab character. | 
                135
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                135
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                135
               | 
          
            
                 
               | Line contains a tab character. | 
                136
               | 
          
            
                 
               | Line contains a tab character. | 
                137
               | 
          
            
                 
               | 'try' is not followed by whitespace. | 
                137
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                137
               | 
          
            
                 
               | Line contains a tab character. | 
                138
               | 
          
            
                 
               | Line has trailing spaces. | 
                139
               | 
          
            
                 
               | Line contains a tab character. | 
                139
               | 
          
            
                 
               | Line contains a tab character. | 
                140
               | 
          
            
                 
               | 'catch' is not preceded with whitespace. | 
                140
               | 
          
            
                 
               | '}' is not followed by whitespace. | 
                140
               | 
          
            
                 
               | 'catch' is not followed by whitespace. | 
                140
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                140
               | 
          
            
                 
               | Line contains a tab character. | 
                141
               | 
          
            
                 
               | Line contains a tab character. | 
                142
               | 
          
            
                 
               | Line contains a tab character. | 
                143
               | 
          
            
                 
               | Line contains a tab character. | 
                144
               | 
          
            
                 
               | '}' should be on the same line. | 
                144
               | 
          
            
                 
               | Line contains a tab character. | 
                145
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                145
               | 
          
            
                 
               | '==' is not preceded with whitespace. | 
                145
               | 
          
            
                 
               | '==' is not followed by whitespace. | 
                145
               | 
          
            
                 
               | Line contains a tab character. | 
                146
               | 
          
            
                 
               | '{' should be on the previous line. | 
                146
               | 
          
            
                 
               | Line contains a tab character. | 
                147
               | 
          
            
                 
               | Line contains a tab character. | 
                148
               | 
          
            
                 
               | Line contains a tab character. | 
                149
               | 
          
            
                 
               | Line has trailing spaces. | 
                150
               | 
          
            
                 
               | Line contains a tab character. | 
                150
               | 
          
            
                 
               | Line contains a tab character. | 
                151
               | 
          
            
                 
               | Line contains a tab character. | 
                152
               | 
          
            
                 
               | First sentence should end with a period. | 
                154
               | 
          
            
                 
               | Line contains a tab character. | 
                154
               | 
          
            
                 
               | Line contains a tab character. | 
                155
               | 
          
            
                 
               | Line contains a tab character. | 
                156
               | 
          
            
                 
               | Line contains a tab character. | 
                157
               | 
          
            
                 
               | Method 'keyReleased' is not designed for extension - needs to be abstract, final or empty. | 
                157
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                157
               | 
          
            
                 
               | Expected @param tag for 'arg0'. | 
                157
               | 
          
            
                 
               | Line contains a tab character. | 
                158
               | 
          
            
                 
               | Line contains a tab character. | 
                159
               | 
          
            
                 
               | Line contains a tab character. | 
                160
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                161
               | 
          
            
                 
               | Line contains a tab character. | 
                161
               | 
          
            
                 
               | Line contains a tab character. | 
                162
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                163
               | 
          
            
                 
               | Line contains a tab character. | 
                163
               | 
          
            
                 
               | Line contains a tab character. | 
                164
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                165
               | 
          
            
                 
               | Line contains a tab character. | 
                165
               | 
          
            
                 
               | Line contains a tab character. | 
                166
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                167
               | 
          
            
                 
               | Line contains a tab character. | 
                167
               | 
          
            
                 
               | Line contains a tab character. | 
                168
               | 
          
            
                 
               | Line contains a tab character. | 
                169
               | 
          
            
                 
               | Line contains a tab character. | 
                170
               | 
          
            
                 
               | Line contains a tab character. | 
                172
               | 
          
            
                 
               | First sentence should end with a period. | 
                174
               | 
          
            
                 
               | Line contains a tab character. | 
                174
               | 
          
            
                 
               | Line contains a tab character. | 
                175
               | 
          
            
                 
               | Line contains a tab character. | 
                176
               | 
          
            
                 
               | Line contains a tab character. | 
                177
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                177
               | 
          
            
                 
               | Expected @param tag for 'arg0'. | 
                177
               | 
          
            
                 
               | Line contains a tab character. | 
                178
               | 
          
            
                 
               | Line contains a tab character. | 
                180
               | 
          
            
                 
               | First sentence should end with a period. | 
                182
               | 
          
            
                 
               | Line contains a tab character. | 
                182
               | 
          
            
                 
               | Line contains a tab character. | 
                183
               | 
          
            
                 
               | Line contains a tab character. | 
                184
               | 
          
            
                 
               | Line contains a tab character. | 
                185
               | 
          
            
                 
               | Method 'mousePressed' is not designed for extension - needs to be abstract, final or empty. | 
                185
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                185
               | 
          
            
                 
               | Expected @param tag for 'arg0'. | 
                185
               | 
          
            
                 
               | Line contains a tab character. | 
                186
               | 
          
            
                 
               | Line contains a tab character. | 
                187
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                187
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                187
               | 
          
            
                 
               | Line contains a tab character. | 
                188
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                188
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                188
               | 
          
            
                 
               | Line contains a tab character. | 
                189
               | 
          
            
                 
               | First sentence should end with a period. | 
                191
               | 
          
            
                 
               | Line contains a tab character. | 
                191
               | 
          
            
                 
               | Line contains a tab character. | 
                192
               | 
          
            
                 
               | Line contains a tab character. | 
                193
               | 
          
            
                 
               | Line contains a tab character. | 
                194
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                194
               | 
          
            
                 
               | Expected @param tag for 'arg0'. | 
                194
               | 
          
            
                 
               | Line contains a tab character. | 
                195
               | 
          
            
                 
               | Line contains a tab character. | 
                197
               | 
          
            
                 
               | First sentence should end with a period. | 
                199
               | 
          
            
                 
               | Line contains a tab character. | 
                199
               | 
          
            
                 
               | Line contains a tab character. | 
                200
               | 
          
            
                 
               | Line contains a tab character. | 
                201
               | 
          
            
                 
               | Line contains a tab character. | 
                202
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                202
               | 
          
            
                 
               | Expected @param tag for 'arg0'. | 
                202
               | 
          
            
                 
               | Line contains a tab character. | 
                203
               | 
          
            
                 
               | Line contains a tab character. | 
                205
               | 
          
            
                 
               | First sentence should end with a period. | 
                207
               | 
          
            
                 
               | Line contains a tab character. | 
                207
               | 
          
            
                 
               | Line contains a tab character. | 
                208
               | 
          
            
                 
               | Line contains a tab character. | 
                209
               | 
          
            
                 
               | Line contains a tab character. | 
                210
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                210
               | 
          
            
                 
               | Expected @param tag for 'arg0'. | 
                210
               | 
          
            
                 
               | Line contains a tab character. | 
                211
               | 
          
            
                 
               | Line contains a tab character. | 
                213
               | 
          
            
                 
               | First sentence should end with a period. | 
                215
               | 
          
            
                 
               | Line contains a tab character. | 
                215
               | 
          
            
                 
               | Line contains a tab character. | 
                216
               | 
          
            
                 
               | Line contains a tab character. | 
                217
               | 
          
            
                 
               | Line contains a tab character. | 
                218
               | 
          
            
                 
               | Method 'mouseDragged' is not designed for extension - needs to be abstract, final or empty. | 
                218
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                218
               | 
          
            
                 
               | Expected @param tag for 'arg0'. | 
                218
               | 
          
            
                 
               | Line contains a tab character. | 
                219
               | 
          
            
                 
               | Line contains a tab character. | 
                220
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                220
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                220
               | 
          
            
                 
               | Line contains a tab character. | 
                221
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                221
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                221
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                222
               | 
          
            
                 
               | Line contains a tab character. | 
                222
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                222
               | 
          
            
                 
               | '-' is not preceded with whitespace. | 
                222
               | 
          
            
                 
               | '-' is not followed by whitespace. | 
                222
               | 
          
            
                 
               | '/' is not preceded with whitespace. | 
                222
               | 
          
            
                 
               | '/' is not followed by whitespace. | 
                222
               | 
          
            
                 
               | '*' is not preceded with whitespace. | 
                222
               | 
          
            
                 
               | '*' is not followed by whitespace. | 
                222
               | 
          
            
                 
               | Line contains a tab character. | 
                223
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                223
               | 
          
            
                 
               | '-' is not preceded with whitespace. | 
                223
               | 
          
            
                 
               | '-' is not followed by whitespace. | 
                223
               | 
          
            
                 
               | '/' is not preceded with whitespace. | 
                223
               | 
          
            
                 
               | '/' is not followed by whitespace. | 
                223
               | 
          
            
                 
               | '*' is not preceded with whitespace. | 
                223
               | 
          
            
                 
               | '*' is not followed by whitespace. | 
                223
               | 
          
            
                 
               | Line contains a tab character. | 
                224
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                224
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                224
               | 
          
            
                 
               | Line contains a tab character. | 
                225
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                225
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                225
               | 
          
            
                 
               | Line contains a tab character. | 
                226
               | 
          
            
                 
               | First sentence should end with a period. | 
                228
               | 
          
            
                 
               | Line contains a tab character. | 
                228
               | 
          
            
                 
               | Line contains a tab character. | 
                229
               | 
          
            
                 
               | Line contains a tab character. | 
                230
               | 
          
            
                 
               | Line contains a tab character. | 
                231
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                231
               | 
          
            
                 
               | Expected @param tag for 'arg0'. | 
                231
               | 
          
            
                 
               | Line contains a tab character. | 
                232
               | 
          
            
                 
               | Line has trailing spaces. | 
                233
               | 
          
            
                 
               | Line contains a tab character. | 
                233
               | 
          
            
                 
               | Line contains a tab character. | 
                234
               | 
          
org/sourceforge/jvb3d/Control/ServerTask.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Unused import - java.util.TimerTask. | 
                9
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - org.sourceforge.jvb3d.Network.*. | 
                10
               | 
          
            
                 
               | First sentence should end with a period. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
org/sourceforge/jvb3d/Control/package.html
            | Error | Line | 
          
            
                 
               | Missing package documentation file. | 0 | 
          
org/sourceforge/jvb3d/Jvb3d.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Jvb3d.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - org.sourceforge.jvb3d.Model.*. | 
                16
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - org.sourceforge.jvb3d.Network.*. | 
                17
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - org.sourceforge.jvb3d.Loader.*. | 
                18
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - org.sourceforge.jvb3d.Control.*. | 
                19
               | 
          
            
                 
               | Line has trailing spaces. | 
                23
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                33
               | 
          
            
                 
               | Line has trailing spaces. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                35
               | 
          
            
                 
               | Line has trailing spaces. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | First sentence should end with a period. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Parameter isServer should be final. | 
                47
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                47
               | 
          
            
                 
               | Parameter host should be final. | 
                47
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                47
               | 
          
            
                 
               | Parameter port should be final. | 
                47
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                47
               | 
          
            
                 
               | Parameter map should be final. | 
                47
               | 
          
            
                 
               | Expected @throws tag for 'Exception'. | 
                47
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line has trailing spaces. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Line has trailing spaces. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line has trailing spaces. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | Line has trailing spaces. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line has trailing spaces. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                72
               | 
          
            
                 
               | '!=' is not preceded with whitespace. | 
                72
               | 
          
            
                 
               | '!=' is not followed by whitespace. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | 'else' construct must use '{}'s. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Line has trailing spaces. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                77
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | 'else' is not preceded with whitespace. | 
                81
               | 
          
            
                 
               | '}' is not followed by whitespace. | 
                81
               | 
          
            
                 
               | 'else' is not followed by whitespace. | 
                81
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                83
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line has trailing spaces. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | Line contains a tab character. | 
                90
               | 
          
            
                 
               | Line has trailing spaces. | 
                91
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
            
                 
               | '800' is a magic number. | 
                92
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                92
               | 
          
            
                 
               | '600' is a magic number. | 
                92
               | 
          
            
                 
               | Line contains a tab character. | 
                93
               | 
          
            
                 
               | Line contains a tab character. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                95
               | 
          
            
                 
               | Line contains a tab character. | 
                97
               | 
          
            
                 
               | '800' is a magic number. | 
                97
               | 
          
            
                 
               | '600' is a magic number. | 
                97
               | 
          
            
                 
               | Line contains a tab character. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                99
               | 
          
            
                 
               | Line contains a tab character. | 
                100
               | 
          
            
                 
               | Line contains a tab character. | 
                101
               | 
          
            
                 
               | Line contains a tab character. | 
                103
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                103
               | 
          
            
                 
               | Parameter port should be final. | 
                103
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                103
               | 
          
            
                 
               | Line contains a tab character. | 
                104
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                104
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                104
               | 
          
            
                 
               | Line contains a tab character. | 
                105
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                106
               | 
          
            
                 
               | Line contains a tab character. | 
                106
               | 
          
            
                 
               | Line contains a tab character. | 
                107
               | 
          
            
                 
               | Line contains a tab character. | 
                108
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                108
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                108
               | 
          
            
                 
               | Line contains a tab character. | 
                109
               | 
          
            
                 
               | Line contains a tab character. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                111
               | 
          
            
                 
               | Line contains a tab character. | 
                112
               | 
          
            
                 
               | Line contains a tab character. | 
                113
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                113
               | 
          
            
                 
               | '50' is a magic number. | 
                113
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                116
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                116
               | 
          
            
                 
               | Parameter host should be final. | 
                116
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                116
               | 
          
            
                 
               | Parameter port should be final. | 
                116
               | 
          
            
                 
               | Line contains a tab character. | 
                117
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                118
               | 
          
            
                 
               | Line contains a tab character. | 
                118
               | 
          
            
                 
               | Line contains a tab character. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                120
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                121
               | 
          
            
                 
               | Line contains a tab character. | 
                122
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                122
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                122
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                123
               | 
          
            
                 
               | Line contains a tab character. | 
                124
               | 
          
            
                 
               | Line contains a tab character. | 
                125
               | 
          
            
                 
               | Line contains a tab character. | 
                126
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                126
               | 
          
            
                 
               | '200' is a magic number. | 
                126
               | 
          
            
                 
               | Line contains a tab character. | 
                127
               | 
          
            
                 
               | First sentence should end with a period. | 
                129
               | 
          
            
                 
               | Line contains a tab character. | 
                129
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                130
               | 
          
            
                 
               | Line contains a tab character. | 
                130
               | 
          
            
                 
               | Line contains a tab character. | 
                131
               | 
          
            
                 
               | Line contains a tab character. | 
                132
               | 
          
            
                 
               | Line contains a tab character. | 
                133
               | 
          
            
                 
               | Parameter args should be final. | 
                133
               | 
          
            
                 
               | Line contains a tab character. | 
                134
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                134
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                134
               | 
          
            
                 
               | Line contains a tab character. | 
                135
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                135
               | 
          
            
                 
               | '4000' is a magic number. | 
                135
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                135
               | 
          
            
                 
               | Line contains a tab character. | 
                136
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                136
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                136
               | 
          
            
                 
               | Line contains a tab character. | 
                137
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                137
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                137
               | 
          
            
                 
               | Line contains a tab character. | 
                138
               | 
          
            
                 
               | 'try' is not followed by whitespace. | 
                138
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                138
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                139
               | 
          
            
                 
               | Line contains a tab character. | 
                139
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                139
               | 
          
            
                 
               | Line contains a tab character. | 
                140
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                140
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                140
               | 
          
            
                 
               | 'else' construct must use '{}'s. | 
                141
               | 
          
            
                 
               | Line contains a tab character. | 
                141
               | 
          
            
                 
               | Line contains a tab character. | 
                142
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                142
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                142
               | 
          
            
                 
               | Line contains a tab character. | 
                143
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                143
               | 
          
            
                 
               | Line contains a tab character. | 
                144
               | 
          
            
                 
               | '{' should be on the previous line. | 
                144
               | 
          
            
                 
               | Line contains a tab character. | 
                145
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                145
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                145
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                146
               | 
          
            
                 
               | Line contains a tab character. | 
                146
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                146
               | 
          
            
                 
               | '>=' is not preceded with whitespace. | 
                146
               | 
          
            
                 
               | '3' is a magic number. | 
                146
               | 
          
            
                 
               | '>=' is not followed by whitespace. | 
                146
               | 
          
            
                 
               | Line contains a tab character. | 
                147
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                147
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                147
               | 
          
            
                 
               | Line contains a tab character. | 
                148
               | 
          
            
                 
               | 'else' is not preceded with whitespace. | 
                148
               | 
          
            
                 
               | '}' is not followed by whitespace. | 
                148
               | 
          
            
                 
               | 'else' is not followed by whitespace. | 
                148
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                148
               | 
          
            
                 
               | Line contains a tab character. | 
                149
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                149
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                149
               | 
          
            
                 
               | Line contains a tab character. | 
                150
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                150
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                150
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                151
               | 
          
            
                 
               | Line contains a tab character. | 
                151
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                151
               | 
          
            
                 
               | '>=' is not preceded with whitespace. | 
                151
               | 
          
            
                 
               | '4' is a magic number. | 
                151
               | 
          
            
                 
               | '>=' is not followed by whitespace. | 
                151
               | 
          
            
                 
               | Line contains a tab character. | 
                152
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                152
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                152
               | 
          
            
                 
               | '3' is a magic number. | 
                152
               | 
          
            
                 
               | Line contains a tab character. | 
                153
               | 
          
            
                 
               | Line contains a tab character. | 
                154
               | 
          
            
                 
               | 'catch' is not preceded with whitespace. | 
                154
               | 
          
            
                 
               | '}' is not followed by whitespace. | 
                154
               | 
          
            
                 
               | 'catch' is not followed by whitespace. | 
                154
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                154
               | 
          
            
                 
               | Line contains a tab character. | 
                155
               | 
          
            
                 
               | Line contains a tab character. | 
                156
               | 
          
            
                 
               | Line contains a tab character. | 
                157
               | 
          
            
                 
               | Line contains a tab character. | 
                158
               | 
          
            
                 
               | Line contains a tab character. | 
                159
               | 
          
            
                 
               | 'try' is not followed by whitespace. | 
                159
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                159
               | 
          
            
                 
               | Line contains a tab character. | 
                160
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                160
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                160
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                160
               | 
          
            
                 
               | Line contains a tab character. | 
                161
               | 
          
            
                 
               | 'catch' is not preceded with whitespace. | 
                161
               | 
          
            
                 
               | '}' is not followed by whitespace. | 
                161
               | 
          
            
                 
               | 'catch' is not followed by whitespace. | 
                161
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                161
               | 
          
            
                 
               | Line contains a tab character. | 
                162
               | 
          
            
                 
               | Line contains a tab character. | 
                163
               | 
          
            
                 
               | Line contains a tab character. | 
                164
               | 
          
org/sourceforge/jvb3d/Loader/AppearanceFactory.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/AppearanceFactory.java
            | Error | Line | 
          
            
                 
               | Got an exception - expecting EOF, found 'if' | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/GraphObjectFactory.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/GraphObjectFactory.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line has trailing spaces. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                23
               | 
          
            
                 
               | Name 'wallDefaultWidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                25
               | 
          
            
                 
               | Name 'sceneScale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 
                25
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                28
               | 
          
            
                 
               | Variable 'geometry' must be private and have accessor methods. | 
                28
               | 
          
            
                 
               | '6' is a magic number. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                31
               | 
          
            
                 
               | Variable 'instance' must be private and have accessor methods. | 
                31
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                33
               | 
          
            
                 
               | Variable 'appearanceFactory' must be private and have accessor methods. | 
                33
               | 
          
            
                 
               | Line has trailing spaces. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | First sentence should end with a period. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line has trailing spaces. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Method 'newGraphObject' is not designed for extension - needs to be abstract, final or empty. | 
                55
               | 
          
            
                 
               | Parameter surfaceNode should be final. | 
                55
               | 
          
            
                 
               | Expected @param tag for 'surfaceNode'. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | '}' should be on the same line. | 
                63
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | ')' is preceded with whitespace. | 
                64
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line has trailing spaces. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Line has trailing spaces. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | Line has trailing spaces. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | First sentence should end with a period. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                78
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line has trailing spaces. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line has trailing spaces. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | Parameter geometry should be final. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | '4' is a magic number. | 
                86
               | 
          
            
                 
               | Line has trailing spaces. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | 'for' construct must use '{}'s. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
            
                 
               | Line has trailing spaces. | 
                93
               | 
          
            
                 
               | Line contains a tab character. | 
                93
               | 
          
            
                 
               | Line contains a tab character. | 
                94
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                94
               | 
          
            
                 
               | Parameter geometry should be final. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                95
               | 
          
            
                 
               | Line has trailing spaces. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                97
               | 
          
            
                 
               | 'for' is not followed by whitespace. | 
                97
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                97
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                97
               | 
          
            
                 
               | '<' is not preceded with whitespace. | 
                97
               | 
          
            
                 
               | '<' is not followed by whitespace. | 
                97
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                98
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                99
               | 
          
            
                 
               | Line contains a tab character. | 
                100
               | 
          
            
                 
               | Line has trailing spaces. | 
                101
               | 
          
            
                 
               | Line contains a tab character. | 
                101
               | 
          
            
                 
               | Line contains a tab character. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                103
               | 
          
            
                 
               | Line has trailing spaces. | 
                104
               | 
          
            
                 
               | Line contains a tab character. | 
                104
               | 
          
            
                 
               | Line contains a tab character. | 
                105
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                105
               | 
          
            
                 
               | Parameter cartesianPoint should be final. | 
                105
               | 
          
            
                 
               | Line contains a tab character. | 
                106
               | 
          
            
                 
               | Line has trailing spaces. | 
                107
               | 
          
            
                 
               | Line contains a tab character. | 
                107
               | 
          
            
                 
               | Line contains a tab character. | 
                108
               | 
          
            
                 
               | '3' is a magic number. | 
                108
               | 
          
            
                 
               | Line contains a tab character. | 
                109
               | 
          
            
                 
               | '3' is a magic number. | 
                109
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                111
               | 
          
            
                 
               | Line contains a tab character. | 
                112
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                115
               | 
          
org/sourceforge/jvb3d/Loader/MaterialManager.java
            | Error | Line | 
          
            
                 
               | Got an exception - expecting EOF, found '}' | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/ModelManager.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/ModelManager.java
            | Error | Line | 
          
            
                 
               | Got an exception - expecting EOF, found '}' | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/SceneLoader.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - javax.media.j3d.*. | 
                12
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - com.sun.j3d.utils.geometry.*. | 
                13
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - javax.vecmath.*. | 
                15
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                26
               | 
          
            
                 
               | Variable 'sceneData' must be private and have accessor methods. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                27
               | 
          
            
                 
               | Variable 'staticTree' must be private and have accessor methods. | 
                27
               | 
          
            
                 
               | Line has trailing spaces. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                29
               | 
          
            
                 
               | Name 'loaderLogger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 
                29
               | 
          
            
                 
               | First sentence should end with a period. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Method 'loadScene' is not designed for extension - needs to be abstract, final or empty. | 
                34
               | 
          
            
                 
               | Parameter scene should be final. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | 'for' is not followed by whitespace. | 
                39
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                39
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                39
               | 
          
            
                 
               | '<' is not preceded with whitespace. | 
                39
               | 
          
            
                 
               | '<' is not followed by whitespace. | 
                39
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line has trailing spaces. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line has trailing spaces. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line has trailing spaces. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line has trailing spaces. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | '}' should be on the same line. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | First sentence should end with a period. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Method 'getStaticScene' is not designed for extension - needs to be abstract, final or empty. | 
                57
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | '-6' is a magic number. | 
                72
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                72
               | 
          
            
                 
               | '-1.6f' is a magic number. | 
                72
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line has trailing spaces. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line has trailing spaces. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line has trailing spaces. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Line has trailing spaces. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | Line has trailing spaces. | 
                90
               | 
          
            
                 
               | Line contains a tab character. | 
                90
               | 
          
            
                 
               | First sentence should end with a period. | 
                91
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
            
                 
               | Line contains a tab character. | 
                93
               | 
          
            
                 
               | Line contains a tab character. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                95
               | 
          
            
                 
               | Method 'getCubeScene' is not designed for extension - needs to be abstract, final or empty. | 
                95
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                95
               | 
          
            
                 
               | Line contains a tab character. | 
                96
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                96
               | 
          
            
                 
               | '50' is a magic number. | 
                96
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                97
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                97
               | 
          
            
                 
               | '200' is a magic number. | 
                97
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                97
               | 
          
            
                 
               | Line contains a tab character. | 
                98
               | 
          
            
                 
               | Array brackets at illegal position. | 
                98
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                99
               | 
          
            
                 
               | 'for' is not followed by whitespace. | 
                99
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                99
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                99
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                99
               | 
          
            
                 
               | '<' is not preceded with whitespace. | 
                99
               | 
          
            
                 
               | '<' is not followed by whitespace. | 
                99
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                99
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                99
               | 
          
            
                 
               | Line contains a tab character. | 
                100
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                100
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                100
               | 
          
            
                 
               | Line contains a tab character. | 
                101
               | 
          
            
                 
               | Line has trailing spaces. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                103
               | 
          
            
                 
               | Line contains a tab character. | 
                104
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                104
               | 
          
            
                 
               | Line contains a tab character. | 
                105
               | 
          
            
                 
               | Line contains a tab character. | 
                106
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                106
               | 
          
            
                 
               | Line contains a tab character. | 
                107
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                107
               | 
          
            
                 
               | Line contains a tab character. | 
                108
               | 
          
            
                 
               | '0.3f' is a magic number. | 
                108
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                108
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                108
               | 
          
            
                 
               | Line contains a tab character. | 
                109
               | 
          
            
                 
               | Line contains a tab character. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                111
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                111
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                111
               | 
          
            
                 
               | Line contains a tab character. | 
                112
               | 
          
            
                 
               | Line contains a tab character. | 
                113
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                115
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                115
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                115
               | 
          
            
                 
               | Line contains a tab character. | 
                116
               | 
          
            
                 
               | 'for' is not followed by whitespace. | 
                116
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                116
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                116
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                116
               | 
          
            
                 
               | '<' is not preceded with whitespace. | 
                116
               | 
          
            
                 
               | '<' is not followed by whitespace. | 
                116
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                116
               | 
          
            
                 
               | Line contains a tab character. | 
                117
               | 
          
            
                 
               | '{' should be on the previous line. | 
                117
               | 
          
            
                 
               | Line contains a tab character. | 
                118
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                118
               | 
          
            
                 
               | '>' is not preceded with whitespace. | 
                118
               | 
          
            
                 
               | '>' is not followed by whitespace. | 
                118
               | 
          
            
                 
               | Line contains a tab character. | 
                119
               | 
          
            
                 
               | '{' should be on the previous line. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                120
               | 
          
            
                 
               | '-' is not preceded with whitespace. | 
                120
               | 
          
            
                 
               | '-' is not followed by whitespace. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                121
               | 
          
            
                 
               | '-' is not preceded with whitespace. | 
                121
               | 
          
            
                 
               | '-' is not followed by whitespace. | 
                121
               | 
          
            
                 
               | Line contains a tab character. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                123
               | 
          
            
                 
               | '-=' is not preceded with whitespace. | 
                123
               | 
          
            
                 
               | '-=' is not followed by whitespace. | 
                123
               | 
          
            
                 
               | '0.5f' is a magic number. | 
                123
               | 
          
            
                 
               | Line contains a tab character. | 
                124
               | 
          
            
                 
               | Line contains a tab character. | 
                125
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                125
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                125
               | 
          
            
                 
               | Line contains a tab character. | 
                126
               | 
          
            
                 
               | Line contains a tab character. | 
                127
               | 
          
            
                 
               | Line contains a tab character. | 
                128
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                128
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                128
               | 
          
            
                 
               | Line contains a tab character. | 
                129
               | 
          
            
                 
               | 'for' is not followed by whitespace. | 
                129
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                129
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                129
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                129
               | 
          
            
                 
               | '<' is not preceded with whitespace. | 
                129
               | 
          
            
                 
               | '<' is not followed by whitespace. | 
                129
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                129
               | 
          
            
                 
               | Line contains a tab character. | 
                130
               | 
          
            
                 
               | '{' should be on the previous line. | 
                130
               | 
          
            
                 
               | Line contains a tab character. | 
                131
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                131
               | 
          
            
                 
               | Line contains a tab character. | 
                132
               | 
          
            
                 
               | Line contains a tab character. | 
                133
               | 
          
            
                 
               | Line contains a tab character. | 
                134
               | 
          
            
                 
               | '0.1' is a magic number. | 
                134
               | 
          
            
                 
               | Line contains a tab character. | 
                135
               | 
          
            
                 
               | Line contains a tab character. | 
                136
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                136
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                136
               | 
          
            
                 
               | Line contains a tab character. | 
                137
               | 
          
            
                 
               | Line contains a tab character. | 
                138
               | 
          
            
                 
               | Line contains a tab character. | 
                139
               | 
          
            
                 
               | '-' is not preceded with whitespace. | 
                139
               | 
          
            
                 
               | '-' is not followed by whitespace. | 
                139
               | 
          
            
                 
               | Line contains a tab character. | 
                140
               | 
          
            
                 
               | '-' is not preceded with whitespace. | 
                140
               | 
          
            
                 
               | '-' is not followed by whitespace. | 
                140
               | 
          
            
                 
               | Line contains a tab character. | 
                141
               | 
          
            
                 
               | Line contains a tab character. | 
                142
               | 
          
            
                 
               | Line contains a tab character. | 
                143
               | 
          
            
                 
               | Line contains a tab character. | 
                144
               | 
          
            
                 
               | Line contains a tab character. | 
                145
               | 
          
            
                 
               | Line contains a tab character. | 
                146
               | 
          
            
                 
               | Line contains a tab character. | 
                147
               | 
          
            
                 
               | Line contains a tab character. | 
                148
               | 
          
            
                 
               | Line contains a tab character. | 
                149
               | 
          
            
                 
               | Line contains a tab character. | 
                150
               | 
          
            
                 
               | Line contains a tab character. | 
                151
               | 
          
            
                 
               | Line contains a tab character. | 
                152
               | 
          
            
                 
               | Line contains a tab character. | 
                153
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                153
               | 
          
            
                 
               | Line has trailing spaces. | 
                154
               | 
          
            
                 
               | Line contains a tab character. | 
                154
               | 
          
            
                 
               | Line contains a tab character. | 
                155
               | 
          
org/sourceforge/jvb3d/Loader/SubSurface.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/SubSurface.java
            | Error | Line | 
          
            
                 
               | Got an exception - expecting EOF, found 'BoundingBox' | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/Surface.java
            | Error | Line | 
          
            
                 
               | Got an exception - expecting EOF, found 'String' | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/TextureManager.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/TextureManager.java
            | Error | Line | 
          
            
                 
               | Got an exception - expecting EOF, found '}' | 
                0
               | 
          
org/sourceforge/jvb3d/Loader/package.html
            | Error | Line | 
          
            
                 
               | Missing package documentation file. | 0 | 
          
org/sourceforge/jvb3d/Model/ControlableObject.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Unused import - javax.media.j3d.Appearance. | 
                13
               | 
          
            
                 
               | Unused import - javax.media.j3d.ColoringAttributes. | 
                14
               | 
          
            
                 
               | Unused import - javax.media.j3d.Transform3D. | 
                15
               | 
          
            
                 
               | Unused import - javax.vecmath.Color3f. | 
                17
               | 
          
            
                 
               | Unused import - javax.vecmath.Vector3f. | 
                18
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - com.sun.j3d.utils.universe.*. | 
                20
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - javax.media.j3d.*. | 
                21
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - com.sun.j3d.utils.geometry.*. | 
                22
               | 
          
            
                 
               | Line has trailing spaces. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                33
               | 
          
            
                 
               | Variable 'vRotation' must be private and have accessor methods. | 
                33
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                33
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                34
               | 
          
            
                 
               | Variable 'viewTransformGroup' must be private and have accessor methods. | 
                34
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                34
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                37
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | First sentence should end with a period. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Method 'setViewTransform' is not designed for extension - needs to be abstract, final or empty. | 
                46
               | 
          
            
                 
               | Parameter tg should be final. | 
                46
               | 
          
            
                 
               | Expected @param tag for 'tg'. | 
                46
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                47
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line has trailing spaces. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line has trailing spaces. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Method 'turnLeftRight' is not designed for extension - needs to be abstract, final or empty. | 
                54
               | 
          
            
                 
               | Parameter angle should be final. | 
                54
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                55
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                55
               | 
          
            
                 
               | '+' is not preceded with whitespace. | 
                55
               | 
          
            
                 
               | '+' is not followed by whitespace. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                57
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                58
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                59
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                61
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                62
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                63
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line has trailing spaces. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Method 'moveForwardBackward' is not designed for extension - needs to be abstract, final or empty. | 
                71
               | 
          
            
                 
               | Parameter speed should be final. | 
                71
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                72
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Method 'moveLeftRight' is not designed for extension - needs to be abstract, final or empty. | 
                77
               | 
          
            
                 
               | Parameter speed should be final. | 
                77
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                78
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                78
               | 
          
            
                 
               | Line has trailing spaces. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | Method 'turnUpDown' is not designed for extension - needs to be abstract, final or empty. | 
                84
               | 
          
            
                 
               | Parameter angle should be final. | 
                84
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | '+=' is not preceded with whitespace. | 
                85
               | 
          
            
                 
               | '+=' is not followed by whitespace. | 
                85
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                86
               | 
          
            
                 
               | '>' is not preceded with whitespace. | 
                86
               | 
          
            
                 
               | '>' is not followed by whitespace. | 
                86
               | 
          
            
                 
               | '/' is not preceded with whitespace. | 
                86
               | 
          
            
                 
               | '/' is not followed by whitespace. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                87
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                87
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                87
               | 
          
            
                 
               | '/' is not preceded with whitespace. | 
                87
               | 
          
            
                 
               | '/' is not followed by whitespace. | 
                87
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                88
               | 
          
            
                 
               | '<' is not preceded with whitespace. | 
                88
               | 
          
            
                 
               | '<' is not followed by whitespace. | 
                88
               | 
          
            
                 
               | '/' is not preceded with whitespace. | 
                88
               | 
          
            
                 
               | '/' is not followed by whitespace. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                89
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                89
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                89
               | 
          
            
                 
               | '/' is not preceded with whitespace. | 
                89
               | 
          
            
                 
               | '/' is not followed by whitespace. | 
                89
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
            
                 
               | Line contains a tab character. | 
                93
               | 
          
            
                 
               | Line contains a tab character. | 
                94
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                95
               | 
          
            
                 
               | Line contains a tab character. | 
                95
               | 
          
            
                 
               | Method 'writeExternal' is not designed for extension - needs to be abstract, final or empty. | 
                95
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                95
               | 
          
            
                 
               | Line has trailing spaces. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                97
               | 
          
            
                 
               | Line contains a tab character. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                100
               | 
          
            
                 
               | Line contains a tab character. | 
                101
               | 
          
            
                 
               | Line contains a tab character. | 
                102
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                103
               | 
          
            
                 
               | Line contains a tab character. | 
                103
               | 
          
            
                 
               | Method 'readExternal' is not designed for extension - needs to be abstract, final or empty. | 
                103
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                103
               | 
          
            
                 
               | Line contains a tab character. | 
                104
               | 
          
            
                 
               | Line contains a tab character. | 
                105
               | 
          
            
                 
               | Line contains a tab character. | 
                106
               | 
          
            
                 
               | Line has trailing spaces. | 
                107
               | 
          
            
                 
               | First sentence should end with a period. | 
                108
               | 
          
            
                 
               | Line contains a tab character. | 
                108
               | 
          
            
                 
               | Line contains a tab character. | 
                109
               | 
          
            
                 
               | Line contains a tab character. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                111
               | 
          
            
                 
               | Method 'applyTransform' is not designed for extension - needs to be abstract, final or empty. | 
                111
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                111
               | 
          
            
                 
               | Line contains a tab character. | 
                112
               | 
          
            
                 
               | Line contains a tab character. | 
                113
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                115
               | 
          
            
                 
               | Line contains a tab character. | 
                116
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                117
               | 
          
            
                 
               | Line contains a tab character. | 
                117
               | 
          
            
                 
               | Line contains a tab character. | 
                118
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                119
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                119
               | 
          
            
                 
               | '!=' is not preceded with whitespace. | 
                119
               | 
          
            
                 
               | '!=' is not followed by whitespace. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                121
               | 
          
org/sourceforge/jvb3d/Model/DynamicObject.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - javax.media.j3d.*. | 
                15
               | 
          
            
                 
               | Unused import - javax.vecmath.Color3f. | 
                16
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - com.sun.j3d.utils.geometry.*. | 
                18
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                24
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                24
               | 
          
            
                 
               | Line has trailing spaces. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                26
               | 
          
            
                 
               | Variable 'transform' must be private and have accessor methods. | 
                26
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                26
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                26
               | 
          
            
                 
               | Line has trailing spaces. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                27
               | 
          
            
                 
               | Variable 'transformGroup' must be private and have accessor methods. | 
                27
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                27
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                28
               | 
          
            
                 
               | Variable 'appearance' must be private and have accessor methods. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                29
               | 
          
            
                 
               | Variable 'baseTtl' must be private and have accessor methods. | 
                29
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                29
               | 
          
            
                 
               | '1000000000' is a magic number. | 
                29
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                30
               | 
          
            
                 
               | Variable 'ttl' must be private and have accessor methods. | 
                30
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                30
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                30
               | 
          
            
                 
               | First sentence should end with a period. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Variable 'isServer' must be private and have accessor methods. | 
                34
               | 
          
            
                 
               | Line has trailing spaces. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                35
               | 
          
            
                 
               | Variable 'staticWorld' must be private and have accessor methods. | 
                35
               | 
          
            
                 
               | Line has trailing spaces. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | First sentence should end with a period. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Method 'setWorld' is not designed for extension - needs to be abstract, final or empty. | 
                41
               | 
          
            
                 
               | Parameter world should be final. | 
                41
               | 
          
            
                 
               | Expected @param tag for 'world'. | 
                41
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                42
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line has trailing spaces. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | First sentence should end with a period. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Method 'isAlive' is not designed for extension - needs to be abstract, final or empty. | 
                49
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | '>' is not preceded with whitespace. | 
                50
               | 
          
            
                 
               | '>' is not followed by whitespace. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line has trailing spaces. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | First sentence should end with a period. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line has trailing spaces. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Expected an @return tag. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Method 'getTransform' is not designed for extension - needs to be abstract, final or empty. | 
                56
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line has trailing spaces. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | First sentence should end with a period. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line has trailing spaces. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Method 'setTransform' is not designed for extension - needs to be abstract, final or empty. | 
                63
               | 
          
            
                 
               | Parameter transform should be final. | 
                63
               | 
          
            
                 
               | 'transform' hides a field. | 
                63
               | 
          
            
                 
               | Expected @param tag for 'transform'. | 
                63
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                64
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                66
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                66
               | 
          
            
                 
               | Line has trailing spaces. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line has trailing spaces. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Parameter time should be final. | 
                73
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                73
               | 
          
            
                 
               | Line has trailing spaces. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
org/sourceforge/jvb3d/Model/HudObject.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Model/HudObject.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - javax.vecmath.*. | 
                14
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - javax.media.j3d.*. | 
                15
               | 
          
            
                 
               | Line has trailing spaces. | 
                19
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                23
               | 
          
            
                 
               | Variable 'lines' must be private and have accessor methods. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                25
               | 
          
            
                 
               | Variable 'inputLine' must be private and have accessor methods. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                26
               | 
          
            
                 
               | Variable 'newLines' must be private and have accessor methods. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                28
               | 
          
            
                 
               | Variable 'fontSize' must be private and have accessor methods. | 
                28
               | 
          
            
                 
               | '18' is a magic number. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                30
               | 
          
            
                 
               | Variable 'scaleFactor' must be private and have accessor methods. | 
                30
               | 
          
            
                 
               | '2000' is a magic number. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                32
               | 
          
            
                 
               | Variable 'nLines' must be private and have accessor methods. | 
                32
               | 
          
            
                 
               | '10' is a magic number. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                34
               | 
          
            
                 
               | Variable 'currentLine' must be private and have accessor methods. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                36
               | 
          
            
                 
               | Variable 'textToSubmit' must be private and have accessor methods. | 
                36
               | 
          
            
                 
               | Line has trailing spaces. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                38
               | 
          
            
                 
               | Variable 'inputMark' must be private and have accessor methods. | 
                38
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                38
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                62
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | First sentence should end with a period. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Method 'getCharacterHeight' is not designed for extension - needs to be abstract, final or empty. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | '{' should be on the previous line. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | '*' is not preceded with whitespace. | 
                72
               | 
          
            
                 
               | '*' is not followed by whitespace. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line has trailing spaces. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                75
               | 
          
            
                 
               | Parameter text should be final. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Method 'submitLine' is not designed for extension - needs to be abstract, final or empty. | 
                88
               | 
          
            
                 
               | Parameter source should be final. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | Line contains a tab character. | 
                90
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                92
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                92
               | 
          
            
                 
               | '!=' is not preceded with whitespace. | 
                92
               | 
          
            
                 
               | '!=' is not followed by whitespace. | 
                92
               | 
          
            
                 
               | Line contains a tab character. | 
                93
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                93
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                93
               | 
          
            
                 
               | '+' is not preceded with whitespace. | 
                93
               | 
          
            
                 
               | '+' is not followed by whitespace. | 
                93
               | 
          
            
                 
               | '+' is not preceded with whitespace. | 
                93
               | 
          
            
                 
               | '+' is not followed by whitespace. | 
                93
               | 
          
            
                 
               | Line contains a tab character. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                95
               | 
          
            
                 
               | Line contains a tab character. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                97
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                97
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                97
               | 
          
            
                 
               | Line contains a tab character. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                100
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                100
               | 
          
            
                 
               | Parameter text should be final. | 
                100
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                100
               | 
          
            
                 
               | Line contains a tab character. | 
                101
               | 
          
            
                 
               | Line contains a tab character. | 
                102
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                103
               | 
          
            
                 
               | Line contains a tab character. | 
                104
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                104
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                104
               | 
          
            
                 
               | '+' is not preceded with whitespace. | 
                104
               | 
          
            
                 
               | '+' is not followed by whitespace. | 
                104
               | 
          
            
                 
               | Line contains a tab character. | 
                105
               | 
          
            
                 
               | Line contains a tab character. | 
                106
               | 
          
            
                 
               | Line contains a tab character. | 
                107
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                107
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                107
               | 
          
            
                 
               | Line contains a tab character. | 
                108
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                109
               | 
          
            
                 
               | Line contains a tab character. | 
                109
               | 
          
            
                 
               | Line contains a tab character. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                111
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                111
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                111
               | 
          
            
                 
               | Line contains a tab character. | 
                112
               | 
          
            
                 
               | Line contains a tab character. | 
                113
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                113
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                113
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Line has trailing spaces. | 
                115
               | 
          
            
                 
               | Line contains a tab character. | 
                115
               | 
          
            
                 
               | Line contains a tab character. | 
                116
               | 
          
            
                 
               | Line contains a tab character. | 
                117
               | 
          
            
                 
               | Line contains a tab character. | 
                118
               | 
          
            
                 
               | Line contains a tab character. | 
                119
               | 
          
            
                 
               | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 
                119
               | 
          
            
                 
               | Parameter s should be final. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                121
               | 
          
            
                 
               | '+' is not preceded with whitespace. | 
                121
               | 
          
            
                 
               | '+' is not followed by whitespace. | 
                121
               | 
          
            
                 
               | Line contains a tab character. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                124
               | 
          
            
                 
               | Line contains a tab character. | 
                125
               | 
          
            
                 
               | Line contains a tab character. | 
                126
               | 
          
            
                 
               | Line contains a tab character. | 
                127
               | 
          
            
                 
               | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 
                127
               | 
          
            
                 
               | Parameter nChars should be final. | 
                127
               | 
          
            
                 
               | Line contains a tab character. | 
                128
               | 
          
            
                 
               | Line contains a tab character. | 
                129
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                130
               | 
          
            
                 
               | Line contains a tab character. | 
                130
               | 
          
            
                 
               | Line contains a tab character. | 
                131
               | 
          
            
                 
               | 'else' construct must use '{}'s. | 
                132
               | 
          
            
                 
               | Line contains a tab character. | 
                132
               | 
          
            
                 
               | Line contains a tab character. | 
                133
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                134
               | 
          
            
                 
               | Line contains a tab character. | 
                134
               | 
          
            
                 
               | '+' is not preceded with whitespace. | 
                134
               | 
          
            
                 
               | '+' is not followed by whitespace. | 
                134
               | 
          
            
                 
               | Line contains a tab character. | 
                135
               | 
          
            
                 
               | Line has trailing spaces. | 
                136
               | 
          
            
                 
               | Line contains a tab character. | 
                136
               | 
          
            
                 
               | Line contains a tab character. | 
                137
               | 
          
            
                 
               | Line contains a tab character. | 
                138
               | 
          
            
                 
               | Line contains a tab character. | 
                139
               | 
          
            
                 
               | Line contains a tab character. | 
                140
               | 
          
            
                 
               | Method 'beginEdit' is not designed for extension - needs to be abstract, final or empty. | 
                140
               | 
          
            
                 
               | Parameter inputMark should be final. | 
                140
               | 
          
            
                 
               | 'inputMark' hides a field. | 
                140
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                140
               | 
          
            
                 
               | Line contains a tab character. | 
                141
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                141
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                141
               | 
          
            
                 
               | Line contains a tab character. | 
                142
               | 
          
            
                 
               | Line contains a tab character. | 
                143
               | 
          
            
                 
               | Line has trailing spaces. | 
                144
               | 
          
            
                 
               | Line contains a tab character. | 
                144
               | 
          
            
                 
               | Line contains a tab character. | 
                145
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                145
               | 
          
            
                 
               | Parameter s should be final. | 
                145
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                145
               | 
          
            
                 
               | Line contains a tab character. | 
                146
               | 
          
            
                 
               | Line contains a tab character. | 
                147
               | 
          
            
                 
               | Line has trailing spaces. | 
                148
               | 
          
            
                 
               | Line contains a tab character. | 
                148
               | 
          
            
                 
               | Line contains a tab character. | 
                149
               | 
          
            
                 
               | Line contains a tab character. | 
                150
               | 
          
            
                 
               | Line contains a tab character. | 
                151
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                152
               | 
          
            
                 
               | Line contains a tab character. | 
                152
               | 
          
            
                 
               | Method 'writeExternal' is not designed for extension - needs to be abstract, final or empty. | 
                152
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                152
               | 
          
            
                 
               | Line contains a tab character. | 
                153
               | 
          
            
                 
               | Line contains a tab character. | 
                154
               | 
          
            
                 
               | Line contains a tab character. | 
                155
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                155
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                155
               | 
          
            
                 
               | Line contains a tab character. | 
                156
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                156
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                156
               | 
          
            
                 
               | 'for' construct must use '{}'s. | 
                157
               | 
          
            
                 
               | Line contains a tab character. | 
                157
               | 
          
            
                 
               | 'for' is not followed by whitespace. | 
                157
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                157
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                157
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                157
               | 
          
            
                 
               | '<' is not preceded with whitespace. | 
                157
               | 
          
            
                 
               | '<' is not followed by whitespace. | 
                157
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                157
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                158
               | 
          
            
                 
               | Line contains a tab character. | 
                158
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                158
               | 
          
            
                 
               | Line contains a tab character. | 
                159
               | 
          
            
                 
               | Line contains a tab character. | 
                160
               | 
          
            
                 
               | 'for' construct must use '{}'s. | 
                161
               | 
          
            
                 
               | Line contains a tab character. | 
                161
               | 
          
            
                 
               | 'for' is not followed by whitespace. | 
                161
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                161
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                161
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                161
               | 
          
            
                 
               | '<' is not preceded with whitespace. | 
                161
               | 
          
            
                 
               | '<' is not followed by whitespace. | 
                161
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                161
               | 
          
            
                 
               | Line contains a tab character. | 
                162
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                162
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                162
               | 
          
            
                 
               | Line contains a tab character. | 
                163
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                163
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                163
               | 
          
            
                 
               | Line contains a tab character. | 
                164
               | 
          
            
                 
               | Line contains a tab character. | 
                165
               | 
          
            
                 
               | Line contains a tab character. | 
                166
               | 
          
            
                 
               | 'else' is not preceded with whitespace. | 
                166
               | 
          
            
                 
               | '}' is not followed by whitespace. | 
                166
               | 
          
            
                 
               | 'else' is not followed by whitespace. | 
                166
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                166
               | 
          
            
                 
               | Line contains a tab character. | 
                167
               | 
          
            
                 
               | Line contains a tab character. | 
                168
               | 
          
            
                 
               | Line contains a tab character. | 
                169
               | 
          
            
                 
               | Line has trailing spaces. | 
                170
               | 
          
            
                 
               | Line contains a tab character. | 
                170
               | 
          
            
                 
               | Line contains a tab character. | 
                171
               | 
          
            
                 
               | Line contains a tab character. | 
                173
               | 
          
            
                 
               | Line contains a tab character. | 
                174
               | 
          
            
                 
               | Line contains a tab character. | 
                175
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                176
               | 
          
            
                 
               | Line contains a tab character. | 
                176
               | 
          
            
                 
               | Method 'readExternal' is not designed for extension - needs to be abstract, final or empty. | 
                176
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                176
               | 
          
            
                 
               | Line contains a tab character. | 
                177
               | 
          
            
                 
               | Line contains a tab character. | 
                178
               | 
          
            
                 
               | Line contains a tab character. | 
                179
               | 
          
            
                 
               | Line contains a tab character. | 
                180
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                180
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                180
               | 
          
            
                 
               | 'for' construct must use '{}'s. | 
                181
               | 
          
            
                 
               | Line contains a tab character. | 
                181
               | 
          
            
                 
               | 'for' is not followed by whitespace. | 
                181
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                181
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                181
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                181
               | 
          
            
                 
               | '<' is not preceded with whitespace. | 
                181
               | 
          
            
                 
               | '<' is not followed by whitespace. | 
                181
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                181
               | 
          
            
                 
               | Line contains a tab character. | 
                182
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                182
               | 
          
            
                 
               | Line contains a tab character. | 
                183
               | 
          
org/sourceforge/jvb3d/Model/IChatControl.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | First sentence should end with a period. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                19
               | 
          
            
                 
               | First sentence should end with a period. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                24
               | 
          
            
                 
               | First sentence should end with a period. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                29
               | 
          
            
                 
               | Expected @param tag for 's'. | 
                29
               | 
          
            
                 
               | Line has trailing spaces. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | First sentence should end with a period. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                35
               | 
          
org/sourceforge/jvb3d/Model/IMakesTurn.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | First sentence should end with a period. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                19
               | 
          
org/sourceforge/jvb3d/Model/IModelInput.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line has trailing spaces. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                15
               | 
          
org/sourceforge/jvb3d/Model/IModelNetwork.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - java.io.*. | 
                9
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                15
               | 
          
            
                 
               | First sentence should end with a period. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                21
               | 
          
            
                 
               | First sentence should end with a period. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                26
               | 
          
            
                 
               | First sentence should end with a period. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                31
               | 
          
            
                 
               | First sentence should end with a period. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                36
               | 
          
org/sourceforge/jvb3d/Model/IPlayerControl.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | First sentence should end with a period. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                19
               | 
          
            
                 
               | Line has trailing spaces. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | First sentence should end with a period. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                25
               | 
          
            
                 
               | First sentence should end with a period. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                30
               | 
          
            
                 
               | First sentence should end with a period. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                35
               | 
          
org/sourceforge/jvb3d/Model/LogicBehavior.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Redundant import from the java.lang package - java.lang.Thread. | 
                15
               | 
          
            
                 
               | Unused import - java.lang.Thread. | 
                15
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                21
               | 
          
            
                 
               | Line has trailing spaces. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                26
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                27
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                28
               | 
          
            
                 
               | Line has trailing spaces. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | First sentence should end with a period. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Parameter model should be final. | 
                34
               | 
          
            
                 
               | 'model' hides a field. | 
                34
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                35
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                35
               | 
          
            
                 
               | Line has trailing spaces. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                44
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Method 'processStimulus' is not designed for extension - needs to be abstract, final or empty. | 
                50
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                50
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line has trailing spaces. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                53
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                53
               | 
          
            
                 
               | Line has trailing spaces. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | '-' is not preceded with whitespace. | 
                55
               | 
          
            
                 
               | '-' is not followed by whitespace. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                56
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                56
               | 
          
            
                 
               | Line has trailing spaces. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
org/sourceforge/jvb3d/Model/Model.java
            | Error | Line | 
          
            
                 
               | Got an exception - expecting EOF, found 'for' | 
                0
               | 
          
org/sourceforge/jvb3d/Model/MovableObject.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Unused import - javax.media.j3d.BoundingBox. | 
                14
               | 
          
            
                 
               | Unused import - javax.media.j3d.Node. | 
                17
               | 
          
            
                 
               | Unused import - javax.media.j3d.SceneGraphPath. | 
                19
               | 
          
            
                 
               | Unused import - javax.media.j3d.Shape3D. | 
                20
               | 
          
            
                 
               | Unused import - javax.media.j3d.Bounds. | 
                24
               | 
          
            
                 
               | Unused import - com.sun.corba.se.impl.interceptors.PINoOpHandlerImpl. | 
                32
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                41
               | 
          
            
                 
               | Variable 'tmpTransform' must be private and have accessor methods. | 
                41
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                41
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                41
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                42
               | 
          
            
                 
               | Variable 'translation' must be private and have accessor methods. | 
                42
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                42
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                42
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                42
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                42
               | 
          
            
                 
               | Variable 'vector' must be private and have accessor methods. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                43
               | 
          
            
                 
               | Variable 'forward' must be private and have accessor methods. | 
                43
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                43
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                43
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                44
               | 
          
            
                 
               | Variable 'up' must be private and have accessor methods. | 
                44
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                44
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                44
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                45
               | 
          
            
                 
               | Variable 'left' must be private and have accessor methods. | 
                45
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                45
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                45
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                46
               | 
          
            
                 
               | Variable 'baseForward' must be private and have accessor methods. | 
                46
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                46
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                46
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                47
               | 
          
            
                 
               | Variable 'baseLeft' must be private and have accessor methods. | 
                47
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                47
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                47
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                48
               | 
          
            
                 
               | Variable 'rotation' must be private and have accessor methods. | 
                48
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                48
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                48
               | 
          
            
                 
               | ';' is not followed by whitespace. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                49
               | 
          
            
                 
               | Variable 'speed' must be private and have accessor methods. | 
                49
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                49
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                49
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                49
               | 
          
            
                 
               | Variable 'strafeSpeed' must be private and have accessor methods. | 
                49
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                49
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                50
               | 
          
            
                 
               | Variable 'tmpTranslation' must be private and have accessor methods. | 
                50
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                51
               | 
          
            
                 
               | Variable 'nextTranslation' must be private and have accessor methods. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                52
               | 
          
            
                 
               | Variable 'begin' must be private and have accessor methods. | 
                52
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                52
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                52
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                52
               | 
          
            
                 
               | Variable 'end' must be private and have accessor methods. | 
                52
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                53
               | 
          
            
                 
               | Variable 'picker' must be private and have accessor methods. | 
                53
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                54
               | 
          
            
                 
               | Variable 'pickerBounds' must be private and have accessor methods. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                55
               | 
          
            
                 
               | Variable 'radius' must be private and have accessor methods. | 
                55
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                55
               | 
          
            
                 
               | '0.4f' is a magic number. | 
                55
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                55
               | 
          
            
                 
               | Line has trailing spaces. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line has trailing spaces. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | First sentence should end with a period. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                67
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | ',' is not followed by whitespace. | 
                69
               | 
          
            
                 
               | Line has trailing spaces. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line has trailing spaces. | 
                78
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line has trailing spaces. | 
                83
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | Line contains a tab character. | 
                90
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
            
                 
               | Line contains a tab character. | 
                93
               | 
          
            
                 
               | Method 'nextTurn' is not designed for extension - needs to be abstract, final or empty. | 
                93
               | 
          
            
                 
               | Parameter time should be final. | 
                93
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                93
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                94
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                94
               | 
          
            
                 
               | '>' is not preceded with whitespace. | 
                94
               | 
          
            
                 
               | '>' is not followed by whitespace. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                95
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                95
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                95
               | 
          
            
                 
               | 'else' construct must use '{}'s. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                97
               | 
          
            
                 
               | '-=' is not preceded with whitespace. | 
                97
               | 
          
            
                 
               | '-=' is not followed by whitespace. | 
                97
               | 
          
            
                 
               | Line contains a tab character. | 
                98
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                98
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                98
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                98
               | 
          
            
                 
               | '/' is not preceded with whitespace. | 
                98
               | 
          
            
                 
               | '/' is not followed by whitespace. | 
                98
               | 
          
            
                 
               | '100000000' is a magic number. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                99
               | 
          
            
                 
               | Line has trailing spaces. | 
                100
               | 
          
            
                 
               | Line contains a tab character. | 
                100
               | 
          
            
                 
               | Line contains a tab character. | 
                101
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                103
               | 
          
            
                 
               | Line contains a tab character. | 
                104
               | 
          
            
                 
               | '*' is not preceded with whitespace. | 
                104
               | 
          
            
                 
               | '*' is not followed by whitespace. | 
                104
               | 
          
            
                 
               | Line contains a tab character. | 
                105
               | 
          
            
                 
               | Line contains a tab character. | 
                106
               | 
          
            
                 
               | Line contains a tab character. | 
                107
               | 
          
            
                 
               | '*' is not preceded with whitespace. | 
                107
               | 
          
            
                 
               | '*' is not followed by whitespace. | 
                107
               | 
          
            
                 
               | Line contains a tab character. | 
                108
               | 
          
            
                 
               | Line has trailing spaces. | 
                109
               | 
          
            
                 
               | Line contains a tab character. | 
                109
               | 
          
            
                 
               | Line has trailing spaces. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                111
               | 
          
            
                 
               | Line contains a tab character. | 
                112
               | 
          
            
                 
               | Line contains a tab character. | 
                113
               | 
          
            
                 
               | Line has trailing spaces. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                115
               | 
          
            
                 
               | Line has trailing spaces. | 
                116
               | 
          
            
                 
               | Line contains a tab character. | 
                116
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                117
               | 
          
            
                 
               | Line contains a tab character. | 
                117
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                117
               | 
          
            
                 
               | '!=' is not preceded with whitespace. | 
                117
               | 
          
            
                 
               | '!=' is not followed by whitespace. | 
                117
               | 
          
            
                 
               | Line contains a tab character. | 
                118
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                118
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                118
               | 
          
            
                 
               | 'else' construct must use '{}'s. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                120
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                120
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                121
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                121
               | 
          
            
                 
               | '!=' is not preceded with whitespace. | 
                121
               | 
          
            
                 
               | '!=' is not followed by whitespace. | 
                121
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                121
               | 
          
            
                 
               | Line contains a tab character. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                123
               | 
          
            
                 
               | Line contains a tab character. | 
                124
               | 
          
            
                 
               | Line has trailing spaces. | 
                125
               | 
          
            
                 
               | Line contains a tab character. | 
                125
               | 
          
            
                 
               | Line contains a tab character. | 
                126
               | 
          
            
                 
               | First sentence should end with a period. | 
                127
               | 
          
            
                 
               | Line contains a tab character. | 
                127
               | 
          
            
                 
               | Line has trailing spaces. | 
                128
               | 
          
            
                 
               | Line contains a tab character. | 
                128
               | 
          
            
                 
               | Line contains a tab character. | 
                129
               | 
          
            
                 
               | Line contains a tab character. | 
                130
               | 
          
            
                 
               | Method 'applyTransform' is not designed for extension - needs to be abstract, final or empty. | 
                130
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                130
               | 
          
            
                 
               | Line contains a tab character. | 
                131
               | 
          
            
                 
               | Line contains a tab character. | 
                132
               | 
          
            
                 
               | Line contains a tab character. | 
                133
               | 
          
            
                 
               | Line contains a tab character. | 
                134
               | 
          
            
                 
               | Line contains a tab character. | 
                135
               | 
          
            
                 
               | Line has trailing spaces. | 
                136
               | 
          
            
                 
               | Line contains a tab character. | 
                136
               | 
          
            
                 
               | Line contains a tab character. | 
                137
               | 
          
            
                 
               | Line contains a tab character. | 
                138
               | 
          
            
                 
               | Line contains a tab character. | 
                139
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                140
               | 
          
            
                 
               | Line contains a tab character. | 
                140
               | 
          
            
                 
               | Method 'writeExternal' is not designed for extension - needs to be abstract, final or empty. | 
                140
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                140
               | 
          
            
                 
               | Line contains a tab character. | 
                141
               | 
          
            
                 
               | Line contains a tab character. | 
                142
               | 
          
            
                 
               | Line contains a tab character. | 
                143
               | 
          
            
                 
               | Line contains a tab character. | 
                144
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                145
               | 
          
            
                 
               | Line contains a tab character. | 
                145
               | 
          
            
                 
               | Line contains a tab character. | 
                146
               | 
          
            
                 
               | Line contains a tab character. | 
                147
               | 
          
            
                 
               | Line contains a tab character. | 
                148
               | 
          
            
                 
               | Line contains a tab character. | 
                149
               | 
          
            
                 
               | Line has trailing spaces. | 
                150
               | 
          
            
                 
               | Line contains a tab character. | 
                150
               | 
          
            
                 
               | Line contains a tab character. | 
                151
               | 
          
            
                 
               | Line contains a tab character. | 
                152
               | 
          
            
                 
               | Line contains a tab character. | 
                153
               | 
          
            
                 
               | Line contains a tab character. | 
                154
               | 
          
            
                 
               | Line contains a tab character. | 
                155
               | 
          
            
                 
               | Line contains a tab character. | 
                156
               | 
          
            
                 
               | Line contains a tab character. | 
                157
               | 
          
            
                 
               | Line contains a tab character. | 
                158
               | 
          
            
                 
               | Line contains a tab character. | 
                159
               | 
          
            
                 
               | Line contains a tab character. | 
                160
               | 
          
            
                 
               | First sentence should end with a period. | 
                162
               | 
          
            
                 
               | Line has trailing spaces. | 
                162
               | 
          
            
                 
               | Line contains a tab character. | 
                162
               | 
          
            
                 
               | Line contains a tab character. | 
                163
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                164
               | 
          
            
                 
               | Line contains a tab character. | 
                164
               | 
          
            
                 
               | Line contains a tab character. | 
                165
               | 
          
            
                 
               | Line has trailing spaces. | 
                166
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                166
               | 
          
            
                 
               | Line contains a tab character. | 
                166
               | 
          
            
                 
               | Line contains a tab character. | 
                167
               | 
          
            
                 
               | Line contains a tab character. | 
                168
               | 
          
            
                 
               | Line contains a tab character. | 
                169
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                170
               | 
          
            
                 
               | Line contains a tab character. | 
                170
               | 
          
            
                 
               | Method 'readExternal' is not designed for extension - needs to be abstract, final or empty. | 
                170
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                170
               | 
          
            
                 
               | Line contains a tab character. | 
                171
               | 
          
            
                 
               | Line contains a tab character. | 
                172
               | 
          
            
                 
               | Line contains a tab character. | 
                173
               | 
          
            
                 
               | Line contains a tab character. | 
                174
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                174
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                174
               | 
          
            
                 
               | Line has trailing spaces. | 
                175
               | 
          
            
                 
               | Line contains a tab character. | 
                175
               | 
          
            
                 
               | Line contains a tab character. | 
                176
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                176
               | 
          
            
                 
               | Line contains a tab character. | 
                177
               | 
          
            
                 
               | '{' should be on the previous line. | 
                177
               | 
          
            
                 
               | Line contains a tab character. | 
                178
               | 
          
            
                 
               | Line contains a tab character. | 
                179
               | 
          
            
                 
               | Line contains a tab character. | 
                180
               | 
          
            
                 
               | Line contains a tab character. | 
                181
               | 
          
            
                 
               | Line contains a tab character. | 
                182
               | 
          
            
                 
               | Line contains a tab character. | 
                183
               | 
          
            
                 
               | Line contains a tab character. | 
                184
               | 
          
            
                 
               | Line contains a tab character. | 
                185
               | 
          
            
                 
               | Line contains a tab character. | 
                186
               | 
          
            
                 
               | Line contains a tab character. | 
                187
               | 
          
            
                 
               | Line contains a tab character. | 
                188
               | 
          
            
                 
               | Line contains a tab character. | 
                189
               | 
          
            
                 
               | Line contains a tab character. | 
                190
               | 
          
            
                 
               | Line contains a tab character. | 
                191
               | 
          
            
                 
               | '}' should be on the same line. | 
                191
               | 
          
            
                 
               | Line contains a tab character. | 
                192
               | 
          
            
                 
               | Line contains a tab character. | 
                193
               | 
          
            
                 
               | '{' should be on the previous line. | 
                193
               | 
          
            
                 
               | Line contains a tab character. | 
                194
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                194
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                194
               | 
          
            
                 
               | Line contains a tab character. | 
                195
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                195
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                195
               | 
          
            
                 
               | Line contains a tab character. | 
                196
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                196
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                196
               | 
          
            
                 
               | Line contains a tab character. | 
                197
               | 
          
            
                 
               | Line contains a tab character. | 
                198
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                198
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                198
               | 
          
            
                 
               | Line contains a tab character. | 
                199
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                199
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                199
               | 
          
            
                 
               | Line contains a tab character. | 
                200
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                200
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                200
               | 
          
            
                 
               | Line contains a tab character. | 
                201
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                201
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                201
               | 
          
            
                 
               | Line contains a tab character. | 
                202
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                202
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                202
               | 
          
            
                 
               | Line contains a tab character. | 
                203
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                203
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                203
               | 
          
            
                 
               | Line contains a tab character. | 
                204
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                204
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                204
               | 
          
            
                 
               | Line contains a tab character. | 
                205
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                205
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                205
               | 
          
            
                 
               | Line contains a tab character. | 
                206
               | 
          
            
                 
               | '=' is not preceded with whitespace. | 
                206
               | 
          
            
                 
               | '=' is not followed by whitespace. | 
                206
               | 
          
            
                 
               | Line contains a tab character. | 
                207
               | 
          
            
                 
               | Line has trailing spaces. | 
                208
               | 
          
            
                 
               | Line contains a tab character. | 
                208
               | 
          
            
                 
               | Line contains a tab character. | 
                209
               | 
          
            
                 
               | Line has trailing spaces. | 
                210
               | 
          
            
                 
               | Line contains a tab character. | 
                210
               | 
          
            
                 
               | Line contains a tab character. | 
                211
               | 
          
            
                 
               | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 
                211
               | 
          
            
                 
               | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 
                211
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                211
               | 
          
            
                 
               | Parameter obj should be final. | 
                211
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                211
               | 
          
            
                 
               | Line contains a tab character. | 
                212
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                212
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                212
               | 
          
            
                 
               | Line contains a tab character. | 
                213
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                213
               | 
          
            
                 
               | Line contains a tab character. | 
                214
               | 
          
            
                 
               | '&&' should be on a new line. | 
                214
               | 
          
            
                 
               | Line contains a tab character. | 
                215
               | 
          
            
                 
               | '&&' should be on a new line. | 
                215
               | 
          
            
                 
               | Line contains a tab character. | 
                216
               | 
          
            
                 
               | '&&' should be on a new line. | 
                216
               | 
          
            
                 
               | Line contains a tab character. | 
                217
               | 
          
            
                 
               | '==' is not preceded with whitespace. | 
                217
               | 
          
            
                 
               | '==' is not followed by whitespace. | 
                217
               | 
          
            
                 
               | '&&' should be on a new line. | 
                217
               | 
          
            
                 
               | Line contains a tab character. | 
                218
               | 
          
            
                 
               | '==' is not preceded with whitespace. | 
                218
               | 
          
            
                 
               | '==' is not followed by whitespace. | 
                218
               | 
          
            
                 
               | '&&' should be on a new line. | 
                218
               | 
          
            
                 
               | Line contains a tab character. | 
                219
               | 
          
            
                 
               | '==' is not preceded with whitespace. | 
                219
               | 
          
            
                 
               | '==' is not followed by whitespace. | 
                219
               | 
          
            
                 
               | Line contains a tab character. | 
                220
               | 
          
            
                 
               | Line contains a tab character. | 
                221
               | 
          
            
                 
               | Line contains a tab character. | 
                222
               | 
          
            
                 
               | Line has trailing spaces. | 
                223
               | 
          
            
                 
               | Line contains a tab character. | 
                223
               | 
          
            
                 
               | Line has trailing spaces. | 
                224
               | 
          
            
                 
               | Line contains a tab character. | 
                224
               | 
          
            
                 
               | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 
                224
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                224
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                224
               | 
          
            
                 
               | Line contains a tab character. | 
                225
               | 
          
            
                 
               | Line contains a tab character. | 
                226
               | 
          
            
                 
               | Line has trailing spaces. | 
                227
               | 
          
            
                 
               | Line contains a tab character. | 
                227
               | 
          
org/sourceforge/jvb3d/Model/MyText2D.java
            | Error | Line | 
          
            
                 
               | Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. | 
                1
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                2
               | 
          
            
                 
               | Line contains a tab character. | 
                3
               | 
          
            
                 
               | Unused import - java.awt.image.WritableRaster. | 
                44
               | 
          
            
                 
               | Unused import - java.awt.image.DataBufferInt. | 
                45
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - javax.media.j3d.*. | 
                53
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - javax.vecmath.*. | 
                54
               | 
          
            
                 
               | Line has trailing spaces. | 
                73
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                73
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                74
               | 
          
            
                 
               | Variable 'rectangleScaleFactor' must be private and have accessor methods. | 
                74
               | 
          
            
                 
               | '/' is not preceded with whitespace. | 
                74
               | 
          
            
                 
               | '/' is not followed by whitespace. | 
                74
               | 
          
            
                 
               | '256f' is a magic number. | 
                74
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                76
               | 
          
            
                 
               | Variable 'color' must be private and have accessor methods. | 
                76
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                77
               | 
          
            
                 
               | Variable 'fontName' must be private and have accessor methods. | 
                77
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                78
               | 
          
            
                 
               | Variable 'fontSize' must be private and have accessor methods. | 
                78
               | 
          
            
                 
               | Variable 'fontStyle' must be private and have accessor methods. | 
                78
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                79
               | 
          
            
                 
               | Variable 'text' must be private and have accessor methods. | 
                79
               | 
          
            
                 
               | Parameter text should be final. | 
                95
               | 
          
            
                 
               | 'text' hides a field. | 
                95
               | 
          
            
                 
               | Parameter color should be final. | 
                95
               | 
          
            
                 
               | 'color' hides a field. | 
                95
               | 
          
            
                 
               | Parameter fontName should be final. | 
                95
               | 
          
            
                 
               | 'fontName' hides a field. | 
                95
               | 
          
            
                 
               | Line contains a tab character. | 
                96
               | 
          
            
                 
               | Parameter fontSize should be final. | 
                96
               | 
          
            
                 
               | 'fontSize' hides a field. | 
                96
               | 
          
            
                 
               | Parameter fontStyle should be final. | 
                96
               | 
          
            
                 
               | 'fontStyle' hides a field. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                102
               | 
          
            
                 
               | Method 'setString' is not designed for extension - needs to be abstract, final or empty. | 
                113
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                113
               | 
          
            
                 
               | Parameter text should be final. | 
                113
               | 
          
            
                 
               | 'text' hides a field. | 
                113
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                113
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                115
               | 
          
            
                 
               | Line contains a tab character. | 
                116
               | 
          
            
                 
               | Line contains a tab character. | 
                118
               | 
          
            
                 
               | Line has trailing spaces. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                121
               | 
          
            
                 
               | Line has trailing spaces. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                126
               | 
          
            
                 
               | Line contains a tab character. | 
                127
               | 
          
            
                 
               | Line contains a tab character. | 
                128
               | 
          
            
                 
               | Line contains a tab character. | 
                129
               | 
          
            
                 
               | Line contains a tab character. | 
                130
               | 
          
            
                 
               | Line contains a tab character. | 
                131
               | 
          
            
                 
               | Line has trailing spaces. | 
                132
               | 
          
            
                 
               | Line contains a tab character. | 
                132
               | 
          
            
                 
               | Line contains a tab character. | 
                134
               | 
          
            
                 
               | Line contains a tab character. | 
                135
               | 
          
            
                 
               | Line contains a tab character. | 
                136
               | 
          
            
                 
               | Line has trailing spaces. | 
                137
               | 
          
            
                 
               | Line contains a tab character. | 
                137
               | 
          
            
                 
               | Line contains a tab character. | 
                138
               | 
          
            
                 
               | Line contains a tab character. | 
                139
               | 
          
            
                 
               | Line contains a tab character. | 
                140
               | 
          
            
                 
               | Line contains a tab character. | 
                141
               | 
          
            
                 
               | Line contains a tab character. | 
                142
               | 
          
            
                 
               | Line contains a tab character. | 
                143
               | 
          
            
                 
               | Line contains a tab character. | 
                144
               | 
          
            
                 
               | Line contains a tab character. | 
                145
               | 
          
            
                 
               | Line contains a tab character. | 
                146
               | 
          
            
                 
               | Line contains a tab character. | 
                147
               | 
          
            
                 
               | Line contains a tab character. | 
                148
               | 
          
            
                 
               | Line has trailing spaces. | 
                149
               | 
          
            
                 
               | Line contains a tab character. | 
                149
               | 
          
            
                 
               | Line contains a tab character. | 
                150
               | 
          
            
                 
               | Line contains a tab character. | 
                151
               | 
          
            
                 
               | Line contains a tab character. | 
                152
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                155
               | 
          
            
                 
               | Parameter text should be final. | 
                155
               | 
          
            
                 
               | 'text' hides a field. | 
                155
               | 
          
            
                 
               | Parameter color should be final. | 
                155
               | 
          
            
                 
               | 'color' hides a field. | 
                155
               | 
          
            
                 
               | Parameter fontName should be final. | 
                155
               | 
          
            
                 
               | 'fontName' hides a field. | 
                155
               | 
          
            
                 
               | Parameter fontSize should be final. | 
                156
               | 
          
            
                 
               | 'fontSize' hides a field. | 
                156
               | 
          
            
                 
               | Parameter fontStyle should be final. | 
                156
               | 
          
            
                 
               | 'fontStyle' hides a field. | 
                156
               | 
          
            
                 
               | Line has trailing spaces. | 
                162
               | 
          
            
                 
               | Line contains a tab character. | 
                162
               | 
          
            
                 
               | Line contains a tab character. | 
                163
               | 
          
            
                 
               | Line contains a tab character. | 
                164
               | 
          
            
                 
               | Line contains a tab character. | 
                166
               | 
          
            
                 
               | Line contains a tab character. | 
                167
               | 
          
            
                 
               | Method 'setRectangleScaleFactor' is not designed for extension - needs to be abstract, final or empty. | 
                177
               | 
          
            
                 
               | Parameter newScaleFactor should be final. | 
                177
               | 
          
            
                 
               | Line contains a tab character. | 
                178
               | 
          
            
                 
               | Line contains a tab character. | 
                179
               | 
          
            
                 
               | Method 'getRectangleScaleFactor' is not designed for extension - needs to be abstract, final or empty. | 
                188
               | 
          
            
                 
               | Line contains a tab character. | 
                189
               | 
          
            
                 
               | Line has trailing spaces. | 
                191
               | 
          
            
                 
               | Expected an @return tag. | 
                195
               | 
          
            
                 
               | Parameter imageComponent should be final. | 
                195
               | 
          
            
                 
               | Expected @param tag for 'imageComponent'. | 
                195
               | 
          
            
                 
               | Line contains a tab character. | 
                196
               | 
          
            
                 
               | Line contains a tab character. | 
                197
               | 
          
            
                 
               | Line contains a tab character. | 
                198
               | 
          
            
                 
               | Line contains a tab character. | 
                199
               | 
          
            
                 
               | Line contains a tab character. | 
                200
               | 
          
            
                 
               | Line contains a tab character. | 
                201
               | 
          
            
                 
               | Line contains a tab character. | 
                202
               | 
          
            
                 
               | Line contains a tab character. | 
                203
               | 
          
            
                 
               | Line contains a tab character. | 
                204
               | 
          
            
                 
               | Line contains a tab character. | 
                205
               | 
          
            
                 
               | Line contains a tab character. | 
                206
               | 
          
            
                 
               | Line contains a tab character. | 
                207
               | 
          
            
                 
               | Line has trailing spaces. | 
                208
               | 
          
            
                 
               | Line contains a tab character. | 
                208
               | 
          
            
                 
               | Line has trailing spaces. | 
                209
               | 
          
            
                 
               | Line contains a tab character. | 
                209
               | 
          
            
                 
               | Line has trailing spaces. | 
                210
               | 
          
            
                 
               | Line contains a tab character. | 
                210
               | 
          
            
                 
               | Line contains a tab character. | 
                211
               | 
          
            
                 
               | Line contains a tab character. | 
                212
               | 
          
            
                 
               | Expected an @return tag. | 
                221
               | 
          
            
                 
               | Parameter text should be final. | 
                221
               | 
          
            
                 
               | 'text' hides a field. | 
                221
               | 
          
            
                 
               | Expected @param tag for 'text'. | 
                221
               | 
          
            
                 
               | Parameter color should be final. | 
                221
               | 
          
            
                 
               | 'color' hides a field. | 
                221
               | 
          
            
                 
               | Expected @param tag for 'color'. | 
                221
               | 
          
            
                 
               | Line contains a tab character. | 
                222
               | 
          
            
                 
               | Parameter fontName should be final. | 
                222
               | 
          
            
                 
               | 'fontName' hides a field. | 
                222
               | 
          
            
                 
               | Expected @param tag for 'fontName'. | 
                222
               | 
          
            
                 
               | Line contains a tab character. | 
                223
               | 
          
            
                 
               | Parameter fontSize should be final. | 
                223
               | 
          
            
                 
               | 'fontSize' hides a field. | 
                223
               | 
          
            
                 
               | Expected @param tag for 'fontSize'. | 
                223
               | 
          
            
                 
               | Parameter fontStyle should be final. | 
                223
               | 
          
            
                 
               | 'fontStyle' hides a field. | 
                223
               | 
          
            
                 
               | Expected @param tag for 'fontStyle'. | 
                223
               | 
          
            
                 
               | Line contains a tab character. | 
                224
               | 
          
            
                 
               | Line contains a tab character. | 
                225
               | 
          
            
                 
               | Line contains a tab character. | 
                227
               | 
          
            
                 
               | Line contains a tab character. | 
                228
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                228
               | 
          
            
                 
               | Line contains a tab character. | 
                229
               | 
          
            
                 
               | Line contains a tab character. | 
                230
               | 
          
            
                 
               | Line contains a tab character. | 
                231
               | 
          
            
                 
               | Line contains a tab character. | 
                232
               | 
          
            
                 
               | Line contains a tab character. | 
                233
               | 
          
            
                 
               | Line contains a tab character. | 
                234
               | 
          
            
                 
               | Line contains a tab character. | 
                235
               | 
          
            
                 
               | Line contains a tab character. | 
                236
               | 
          
            
                 
               | Line contains a tab character. | 
                238
               | 
          
            
                 
               | Line contains a tab character. | 
                239
               | 
          
            
                 
               | Line contains a tab character. | 
                240
               | 
          
            
                 
               | Line contains a tab character. | 
                241
               | 
          
            
                 
               | '32' is a magic number. | 
                241
               | 
          
            
                 
               | Line contains a tab character. | 
                242
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                243
               | 
          
            
                 
               | Line contains a tab character. | 
                243
               | 
          
            
                 
               | Line contains a tab character. | 
                244
               | 
          
            
                 
               | Line contains a tab character. | 
                245
               | 
          
            
                 
               | Line contains a tab character. | 
                246
               | 
          
            
                 
               | Line contains a tab character. | 
                247
               | 
          
            
                 
               | Line contains a tab character. | 
                248
               | 
          
            
                 
               | '32' is a magic number. | 
                248
               | 
          
            
                 
               | Line contains a tab character. | 
                249
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                250
               | 
          
            
                 
               | Line contains a tab character. | 
                250
               | 
          
            
                 
               | Line contains a tab character. | 
                251
               | 
          
            
                 
               | Line contains a tab character. | 
                252
               | 
          
            
                 
               | Line contains a tab character. | 
                253
               | 
          
            
                 
               | Line contains a tab character. | 
                255
               | 
          
            
                 
               | Line contains a tab character. | 
                256
               | 
          
            
                 
               | Line contains a tab character. | 
                257
               | 
          
            
                 
               | Line contains a tab character. | 
                258
               | 
          
            
                 
               | Line contains a tab character. | 
                260
               | 
          
            
                 
               | Line contains a tab character. | 
                261
               | 
          
            
                 
               | Line contains a tab character. | 
                262
               | 
          
            
                 
               | Line contains a tab character. | 
                263
               | 
          
            
                 
               | Line contains a tab character. | 
                265
               | 
          
            
                 
               | Line contains a tab character. | 
                266
               | 
          
            
                 
               | Line contains a tab character. | 
                267
               | 
          
            
                 
               | Line contains a tab character. | 
                268
               | 
          
            
                 
               | Line contains a tab character. | 
                269
               | 
          
            
                 
               | Line contains a tab character. | 
                271
               | 
          
            
                 
               | Line has trailing spaces. | 
                272
               | 
          
            
                 
               | Line contains a tab character. | 
                272
               | 
          
            
                 
               | Line contains a tab character. | 
                273
               | 
          
            
                 
               | Line contains a tab character. | 
                275
               | 
          
            
                 
               | Line contains a tab character. | 
                277
               | 
          
            
                 
               | First sentence should end with a period. | 
                280
               | 
          
            
                 
               | Expected an @return tag. | 
                285
               | 
          
            
                 
               | Parameter width should be final. | 
                285
               | 
          
            
                 
               | Expected @param tag for 'width'. | 
                285
               | 
          
            
                 
               | Parameter height should be final. | 
                285
               | 
          
            
                 
               | Expected @param tag for 'height'. | 
                285
               | 
          
            
                 
               | Line contains a tab character. | 
                286
               | 
          
            
                 
               | Line contains a tab character. | 
                287
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                287
               | 
          
            
                 
               | Line contains a tab character. | 
                288
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                288
               | 
          
            
                 
               | Line contains a tab character. | 
                289
               | 
          
            
                 
               | Line contains a tab character. | 
                290
               | 
          
            
                 
               | Line contains a tab character. | 
                291
               | 
          
            
                 
               | Line contains a tab character. | 
                292
               | 
          
            
                 
               | Line contains a tab character. | 
                293
               | 
          
            
                 
               | Line contains a tab character. | 
                294
               | 
          
            
                 
               | Line contains a tab character. | 
                295
               | 
          
            
                 
               | Line contains a tab character. | 
                296
               | 
          
            
                 
               | Line contains a tab character. | 
                297
               | 
          
            
                 
               | Line contains a tab character. | 
                298
               | 
          
            
                 
               | Line contains a tab character. | 
                299
               | 
          
            
                 
               | Line contains a tab character. | 
                300
               | 
          
            
                 
               | Line has trailing spaces. | 
                301
               | 
          
            
                 
               | Line contains a tab character. | 
                301
               | 
          
            
                 
               | Line contains a tab character. | 
                302
               | 
          
            
                 
               | '4' is a magic number. | 
                302
               | 
          
            
                 
               | '|' should be on a new line. | 
                302
               | 
          
            
                 
               | Line contains a tab character. | 
                303
               | 
          
            
                 
               | Line contains a tab character. | 
                304
               | 
          
            
                 
               | Line contains a tab character. | 
                305
               | 
          
            
                 
               | Line has trailing spaces. | 
                306
               | 
          
            
                 
               | Line contains a tab character. | 
                306
               | 
          
            
                 
               | Line contains a tab character. | 
                307
               | 
          
            
                 
               | Expected an @return tag. | 
                317
               | 
          
            
                 
               | Parameter t2d should be final. | 
                317
               | 
          
            
                 
               | Expected @param tag for 't2d'. | 
                317
               | 
          
            
                 
               | Line contains a tab character. | 
                318
               | 
          
            
                 
               | Line contains a tab character. | 
                319
               | 
          
            
                 
               | Line contains a tab character. | 
                320
               | 
          
            
                 
               | Line contains a tab character. | 
                321
               | 
          
            
                 
               | Line contains a tab character. | 
                322
               | 
          
            
                 
               | Line contains a tab character. | 
                323
               | 
          
            
                 
               | Line contains a tab character. | 
                325
               | 
          
            
                 
               | Line contains a tab character. | 
                326
               | 
          
            
                 
               | Line contains a tab character. | 
                327
               | 
          
            
                 
               | Line has trailing spaces. | 
                328
               | 
          
            
                 
               | Line contains a tab character. | 
                328
               | 
          
            
                 
               | Line contains a tab character. | 
                329
               | 
          
            
                 
               | First sentence should end with a period. | 
                332
               | 
          
            
                 
               | Expected an @return tag. | 
                337
               | 
          
            
                 
               | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 
                337
               | 
          
            
                 
               | Line contains a tab character. | 
                338
               | 
          
            
                 
               | First sentence should end with a period. | 
                341
               | 
          
            
                 
               | Expected an @return tag. | 
                346
               | 
          
            
                 
               | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 
                346
               | 
          
            
                 
               | Line contains a tab character. | 
                347
               | 
          
            
                 
               | First sentence should end with a period. | 
                350
               | 
          
            
                 
               | Expected an @return tag. | 
                355
               | 
          
            
                 
               | Method 'getFontName' is not designed for extension - needs to be abstract, final or empty. | 
                355
               | 
          
            
                 
               | Line contains a tab character. | 
                356
               | 
          
            
                 
               | First sentence should end with a period. | 
                359
               | 
          
            
                 
               | Expected an @return tag. | 
                364
               | 
          
            
                 
               | Method 'getFontSize' is not designed for extension - needs to be abstract, final or empty. | 
                364
               | 
          
            
                 
               | Line contains a tab character. | 
                365
               | 
          
            
                 
               | Line has trailing spaces. | 
                367
               | 
          
            
                 
               | First sentence should end with a period. | 
                368
               | 
          
            
                 
               | Expected an @return tag. | 
                373
               | 
          
            
                 
               | Method 'getFontStyle' is not designed for extension - needs to be abstract, final or empty. | 
                373
               | 
          
            
                 
               | Line contains a tab character. | 
                374
               | 
          
            
                 
               | Line has trailing spaces. | 
                376
               | 
          
org/sourceforge/jvb3d/Model/UsableObject.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
org/sourceforge/jvb3d/Model/package.html
            | Error | Line | 
          
            
                 
               | Missing package documentation file. | 0 | 
          
org/sourceforge/jvb3d/Network/ChecksumErrorException.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line contains a tab character. | 
                14
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                14
               | 
          
org/sourceforge/jvb3d/Network/ClientData.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                21
               | 
          
            
                 
               | Variable 'clientAddress' must be private and have accessor methods. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                22
               | 
          
            
                 
               | Variable 'avatarID' must be private and have accessor methods. | 
                22
               | 
          
            
                 
               | Line has trailing spaces. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                24
               | 
          
            
                 
               | Variable 'lastPacketReceived' must be private and have accessor methods. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                25
               | 
          
            
                 
               | Variable 'sender' must be private and have accessor methods. | 
                25
               | 
          
            
                 
               | Line has trailing spaces. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                27
               | 
          
            
                 
               | Variable 'lastSeqNumber' must be private and have accessor methods. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                28
               | 
          
            
                 
               | Variable 'sendSeqNumber' must be private and have accessor methods. | 
                28
               | 
          
            
                 
               | Line has trailing spaces. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                30
               | 
          
            
                 
               | Name 'clientTimeout' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 
                30
               | 
          
            
                 
               | Line has trailing spaces. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line has trailing spaces. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                32
               | 
          
            
                 
               | Variable 'fLogger' must be private and have accessor methods. | 
                32
               | 
          
            
                 
               | Line has trailing spaces. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                34
               | 
          
            
                 
               | Line has trailing spaces. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | First sentence should end with a period. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Parameter address should be final. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | '}' should be on the same line. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                50
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | '+' is not preceded with whitespace. | 
                51
               | 
          
            
                 
               | '+' is not followed by whitespace. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line has trailing spaces. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line has trailing spaces. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line has trailing spaces. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | First sentence should end with a period. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | Line has trailing spaces. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Parameter update should be final. | 
                69
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line has trailing spaces. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | First sentence should end with a period. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Parameter updateData should be final. | 
                82
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                83
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                83
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                83
               | 
          
            
                 
               | Line has trailing spaces. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
org/sourceforge/jvb3d/Network/ClientDataFactory.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line has trailing spaces. | 
                13
               | 
          
            
                 
               | First sentence should end with a period. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Method 'createClient' is not designed for extension - needs to be abstract, final or empty. | 
                22
               | 
          
            
                 
               | Parameter clientAddress should be final. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
org/sourceforge/jvb3d/Network/ClientFacade.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                23
               | 
          
            
                 
               | Line has trailing spaces. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | First sentence should end with a period. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Method 'forwardUpdate' is not designed for extension - needs to be abstract, final or empty. | 
                29
               | 
          
            
                 
               | Parameter packet should be final. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line has trailing spaces. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Method 'join' is not designed for extension - needs to be abstract, final or empty. | 
                47
               | 
          
            
                 
               | Parameter serverAddress should be final. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line has trailing spaces. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line has trailing spaces. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Line has trailing spaces. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | Method 'sendUpdate' is not designed for extension - needs to be abstract, final or empty. | 
                64
               | 
          
            
                 
               | Parameter avatarID should be final. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line has trailing spaces. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line has trailing spaces. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | First sentence should end with a period. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                78
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | Line contains a tab character. | 
                90
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | Line has trailing spaces. | 
                92
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
org/sourceforge/jvb3d/Network/ClientFactory.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                5
               | 
          
            
                 
               | Line has trailing spaces. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line has trailing spaces. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Parameter clientAddress should be final. | 
                26
               | 
          
            
                 
               | ';' is preceded with whitespace. | 
                26
               | 
          
org/sourceforge/jvb3d/Network/ClientManager.java
            | Error | Line | 
          
            
                 
               | Got an exception - expecting EOF, found 'clientFactory' | 
                0
               | 
          
org/sourceforge/jvb3d/Network/ConnectPacket.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Network/ConnectPacket.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line has trailing spaces. | 
                10
               | 
          
            
                 
               | First sentence should end with a period. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                20
               | 
          
            
                 
               | First sentence should end with a period. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Method 'getAvatarId' is not designed for extension - needs to be abstract, final or empty. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | First sentence should end with a period. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Method 'setAvatarID' is not designed for extension - needs to be abstract, final or empty. | 
                34
               | 
          
            
                 
               | Parameter avatar should be final. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
org/sourceforge/jvb3d/Network/INetworkModel.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                12
               | 
          
            
                 
               | First sentence should end with a period. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                20
               | 
          
            
                 
               | Line has trailing spaces. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | First sentence should end with a period. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Redundant 'public' modifier. | 
                26
               | 
          
org/sourceforge/jvb3d/Network/JoinPacket.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                4
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                11
               | 
          
            
                 
               | First sentence should end with a period. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
org/sourceforge/jvb3d/Network/NetworkClientFacade.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                19
               | 
          
            
                 
               | Variable 'modelInterface' must be private and have accessor methods. | 
                19
               | 
          
            
                 
               | First sentence should end with a period. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | 'static' modifier out of order with the JLS suggestions. | 
                23
               | 
          
            
                 
               | Name 'clientport' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 
                23
               | 
          
            
                 
               | Line has trailing spaces. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | First sentence should end with a period. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Parameter avatarID should be final. | 
                30
               | 
          
            
                 
               | Line has trailing spaces. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | First sentence should end with a period. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line has trailing spaces. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line has trailing spaces. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | First sentence should end with a period. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Parameter serverAddress should be final. | 
                43
               | 
          
            
                 
               | ';' is preceded with whitespace. | 
                43
               | 
          
            
                 
               | Line has trailing spaces. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | First sentence should end with a period. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Parameter packet should be final. | 
                49
               | 
          
            
                 
               | Line has trailing spaces. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | First sentence should end with a period. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Method 'setModelInterface' is not designed for extension - needs to be abstract, final or empty. | 
                55
               | 
          
            
                 
               | Parameter iModel should be final. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
org/sourceforge/jvb3d/Network/NetworkClientFacadeHolder.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Utility classes should not have a public or default constructor. | 
                13
               | 
          
            
                 
               | Line contains a tab character. | 
                14
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                14
               | 
          
            
                 
               | Line has trailing spaces. | 
                15
               | 
          
            
                 
               | Line contains a tab character. | 
                15
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                16
               | 
          
            
                 
               | Line has trailing spaces. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Line has trailing spaces. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | First sentence should end with a period. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line has trailing spaces. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | First sentence should end with a period. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Parameter facade should be final. | 
                33
               | 
          
            
                 
               | Line has trailing spaces. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
org/sourceforge/jvb3d/Network/NetworkReceiver.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Network/NetworkReceiver.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Using the '.*' form of import should be avoided - java.util.logging.*. | 
                18
               | 
          
            
                 
               | Line has trailing spaces. | 
                22
               | 
          
            
                 
               | First sentence should end with a period. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Variable 'listeningSocket' must be private and have accessor methods. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                42
               | 
          
            
                 
               | Name 'maxPacketSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                44
               | 
          
            
                 
               | Name 'socketTimeout' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 
                44
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                46
               | 
          
            
                 
               | Name 'fLogger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 
                46
               | 
          
            
                 
               | First sentence should end with a period. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line has trailing spaces. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Parameter port should be final. | 
                56
               | 
          
            
                 
               | Redundant throws: 'SocketException' is subclass of 'IOException'. | 
                56
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                57
               | 
          
            
                 
               | Line has trailing spaces. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | 'else' construct must use '{}'s. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | First sentence should end with a period. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line has trailing spaces. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 
                74
               | 
          
            
                 
               | Parameter timeout should be final. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | First sentence should end with a period. | 
                78
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | First sentence should end with a period. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Line has trailing spaces. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | Line contains a tab character. | 
                90
               | 
          
            
                 
               | Method 'terminate' is not designed for extension - needs to be abstract, final or empty. | 
                90
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
            
                 
               | First sentence should end with a period. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                95
               | 
          
            
                 
               | Line has trailing spaces. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                97
               | 
          
            
                 
               | Line contains a tab character. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                99
               | 
          
            
                 
               | Line contains a tab character. | 
                100
               | 
          
            
                 
               | Method 'connectToBuffer' is not designed for extension - needs to be abstract, final or empty. | 
                100
               | 
          
            
                 
               | Parameter buffer should be final. | 
                100
               | 
          
            
                 
               | Line contains a tab character. | 
                101
               | 
          
            
                 
               | Line contains a tab character. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                104
               | 
          
            
                 
               | Line contains a tab character. | 
                105
               | 
          
            
                 
               | Line contains a tab character. | 
                106
               | 
          
            
                 
               | Line contains a tab character. | 
                107
               | 
          
            
                 
               | Line has trailing spaces. | 
                108
               | 
          
            
                 
               | Line contains a tab character. | 
                108
               | 
          
            
                 
               | Unused @throws tag for 'NullPointerException'. | 
                109
               | 
          
            
                 
               | Line contains a tab character. | 
                109
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                111
               | 
          
            
                 
               | Line has trailing spaces. | 
                112
               | 
          
            
                 
               | Line contains a tab character. | 
                112
               | 
          
            
                 
               | Line contains a tab character. | 
                113
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 
                114
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                115
               | 
          
            
                 
               | Line contains a tab character. | 
                115
               | 
          
            
                 
               | Line contains a tab character. | 
                116
               | 
          
            
                 
               | Line contains a tab character. | 
                117
               | 
          
            
                 
               | Line contains a tab character. | 
                118
               | 
          
            
                 
               | Line contains a tab character. | 
                119
               | 
          
            
                 
               | Line has trailing spaces. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                121
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                122
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                123
               | 
          
            
                 
               | Line contains a tab character. | 
                123
               | 
          
            
                 
               | Line contains a tab character. | 
                124
               | 
          
            
                 
               | 'else' construct must use '{}'s. | 
                125
               | 
          
            
                 
               | Line contains a tab character. | 
                125
               | 
          
            
                 
               | Line contains a tab character. | 
                126
               | 
          
            
                 
               | '4' is a magic number. | 
                126
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                128
               | 
          
            
                 
               | Line contains a tab character. | 
                128
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                129
               | 
          
            
                 
               | Line contains a tab character. | 
                129
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                129
               | 
          
            
                 
               | Line contains a tab character. | 
                130
               | 
          
            
                 
               | Line contains a tab character. | 
                131
               | 
          
            
                 
               | Line contains a tab character. | 
                132
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                133
               | 
          
            
                 
               | Line contains a tab character. | 
                133
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                133
               | 
          
            
                 
               | Line contains a tab character. | 
                134
               | 
          
            
                 
               | Line contains a tab character. | 
                135
               | 
          
            
                 
               | Line contains a tab character. | 
                136
               | 
          
            
                 
               | Line contains a tab character. | 
                137
               | 
          
            
                 
               | Line contains a tab character. | 
                138
               | 
          
            
                 
               | Line contains a tab character. | 
                139
               | 
          
            
                 
               | Line contains a tab character. | 
                140
               | 
          
org/sourceforge/jvb3d/Network/NetworkSender.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                23
               | 
          
            
                 
               | Line has trailing spaces. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | First sentence should end with a period. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line has trailing spaces. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | First sentence should end with a period. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 
                39
               | 
          
            
                 
               | Parameter packet should be final. | 
                39
               | 
          
            
                 
               | Parameter target should be final. | 
                39
               | 
          
            
                 
               | Parameter port should be final. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line has trailing spaces. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
org/sourceforge/jvb3d/Network/NetworkServerFacade.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                18
               | 
          
            
                 
               | Variable 'modelInterface' must be private and have accessor methods. | 
                18
               | 
          
            
                 
               | Line has trailing spaces. | 
                19
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | First sentence should end with a period. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line has trailing spaces. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | First sentence should end with a period. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Parameter port should be final. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                32
               | 
          
            
                 
               | Parameter packet should be final. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                33
               | 
          
            
                 
               | Parameter clientAvatar should be final. | 
                33
               | 
          
            
                 
               | Line has trailing spaces. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | First sentence should end with a period. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Method 'setModelInterface' is not designed for extension - needs to be abstract, final or empty. | 
                39
               | 
          
            
                 
               | Parameter iModel should be final. | 
                39
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
org/sourceforge/jvb3d/Network/NetworkServerFacadeHolder.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line has trailing spaces. | 
                12
               | 
          
            
                 
               | Utility classes should not have a public or default constructor. | 
                14
               | 
          
            
                 
               | Line contains a tab character. | 
                15
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                15
               | 
          
            
                 
               | Line has trailing spaces. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                16
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line has trailing spaces. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line has trailing spaces. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | First sentence should end with a period. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line has trailing spaces. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | First sentence should end with a period. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Parameter facade should be final. | 
                34
               | 
          
            
                 
               | Line has trailing spaces. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
org/sourceforge/jvb3d/Network/Packet.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line has trailing spaces. | 
                4
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                14
               | 
          
            
                 
               | 'public' modifier out of order with the JLS suggestions. | 
                16
               | 
          
            
                 
               | First sentence should end with a period. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                21
               | 
          
            
                 
               | Variable 'sourceAddress' must be private and have accessor methods. | 
                21
               | 
          
            
                 
               | Line has trailing spaces. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | First sentence should end with a period. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Method 'setSourceAddress' is not designed for extension - needs to be abstract, final or empty. | 
                27
               | 
          
            
                 
               | Parameter address should be final. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line has trailing spaces. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | First sentence should end with a period. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Method 'getSourceAddress' is not designed for extension - needs to be abstract, final or empty. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
org/sourceforge/jvb3d/Network/ReceivedPacketBuffer.java
            | Error | Line | 
          
            
                 
               | Got an exception - expecting EOF, found 'void' | 
                0
               | 
          
org/sourceforge/jvb3d/Network/ServerData.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Network/ServerData.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line has trailing spaces. | 
                17
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                22
               | 
          
            
                 
               | Variable 'networkSender' must be private and have accessor methods. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                29
               | 
          
            
                 
               | Line has trailing spaces. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                32
               | 
          
            
                 
               | Line has trailing spaces. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | First sentence should end with a period. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Name 'serverTimeout' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 
                37
               | 
          
            
                 
               | Line has trailing spaces. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                39
               | 
          
            
                 
               | First sentence should end with a period. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line has trailing spaces. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line has trailing spaces. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Method 'join' is not designed for extension - needs to be abstract, final or empty. | 
                63
               | 
          
            
                 
               | Parameter server should be final. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                69
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Must have at least one statement. | 
                70
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line has trailing spaces. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                78
               | 
          
            
                 
               | Line contains a tab character. | 
                78
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | Line has trailing spaces. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 
                86
               | 
          
            
                 
               | Parameter arg0 should be final. | 
                86
               | 
          
            
                 
               | Parameter arg1 should be final. | 
                86
               | 
          
            
                 
               | Expected @param tag for 'arg1'. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                89
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                90
               | 
          
            
                 
               | Line contains a tab character. | 
                90
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
            
                 
               | Line has trailing spaces. | 
                93
               | 
          
            
                 
               | Line contains a tab character. | 
                93
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                94
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                95
               | 
          
            
                 
               | Line contains a tab character. | 
                95
               | 
          
            
                 
               | 'cast' is not followed by whitespace. | 
                95
               | 
          
            
                 
               | 'else' construct must use '{}'s. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                96
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                97
               | 
          
            
                 
               | Line contains a tab character. | 
                97
               | 
          
            
                 
               | Line contains a tab character. | 
                98
               | 
          
            
                 
               | Line contains a tab character. | 
                99
               | 
          
            
                 
               | Line contains a tab character. | 
                100
               | 
          
            
                 
               | Line contains a tab character. | 
                101
               | 
          
            
                 
               | Line contains a tab character. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                104
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                104
               | 
          
            
                 
               | Parameter update should be final. | 
                104
               | 
          
            
                 
               | Line has trailing spaces. | 
                105
               | 
          
            
                 
               | Line contains a tab character. | 
                105
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                106
               | 
          
            
                 
               | Line contains a tab character. | 
                106
               | 
          
            
                 
               | Line contains a tab character. | 
                107
               | 
          
            
                 
               | Line contains a tab character. | 
                108
               | 
          
            
                 
               | Line contains a tab character. | 
                109
               | 
          
            
                 
               | Line contains a tab character. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                111
               | 
          
            
                 
               | First sentence should end with a period. | 
                113
               | 
          
            
                 
               | Line contains a tab character. | 
                113
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                115
               | 
          
            
                 
               | Line contains a tab character. | 
                116
               | 
          
            
                 
               | Line contains a tab character. | 
                117
               | 
          
            
                 
               | Line contains a tab character. | 
                118
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                119
               | 
          
            
                 
               | Method 'sendUpdate' is not designed for extension - needs to be abstract, final or empty. | 
                119
               | 
          
            
                 
               | Parameter updateData should be final. | 
                119
               | 
          
            
                 
               | '{' is not preceded with whitespace. | 
                119
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                120
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                120
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                120
               | 
          
            
                 
               | Line has trailing spaces. | 
                121
               | 
          
            
                 
               | Line contains a tab character. | 
                121
               | 
          
            
                 
               | Line contains a tab character. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                123
               | 
          
            
                 
               | Line contains a tab character. | 
                124
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                125
               | 
          
            
                 
               | Line contains a tab character. | 
                125
               | 
          
            
                 
               | Line contains a tab character. | 
                126
               | 
          
            
                 
               | Line has trailing spaces. | 
                127
               | 
          
            
                 
               | Line contains a tab character. | 
                127
               | 
          
            
                 
               | First sentence should end with a period. | 
                128
               | 
          
            
                 
               | Line contains a tab character. | 
                128
               | 
          
            
                 
               | Line contains a tab character. | 
                129
               | 
          
            
                 
               | Line contains a tab character. | 
                130
               | 
          
            
                 
               | Line contains a tab character. | 
                131
               | 
          
            
                 
               | Line contains a tab character. | 
                132
               | 
          
            
                 
               | Method 'setServerAddress' is not designed for extension - needs to be abstract, final or empty. | 
                132
               | 
          
            
                 
               | Parameter address should be final. | 
                132
               | 
          
            
                 
               | Expected @param tag for 'address'. | 
                132
               | 
          
            
                 
               | Line contains a tab character. | 
                133
               | 
          
            
                 
               | Line contains a tab character. | 
                134
               | 
          
org/sourceforge/jvb3d/Network/ServerFacade.java
            | Error | Line | 
          
            
                 
               | File does not end with a newline. | 
                0
               | 
          
org/sourceforge/jvb3d/Network/ServerFacade.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line has trailing spaces. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                25
               | 
          
            
                 
               | Line has trailing spaces. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line has trailing spaces. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line has trailing spaces. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line has trailing spaces. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Method 'createAvatar' is not designed for extension - needs to be abstract, final or empty. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | Method 'getClientFactory' is not designed for extension - needs to be abstract, final or empty. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Method 'forwardUpdate' is not designed for extension - needs to be abstract, final or empty. | 
                60
               | 
          
            
                 
               | Parameter packet should be final. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
            
                 
               | Line contains a tab character. | 
                67
               | 
          
            
                 
               | Line contains a tab character. | 
                68
               | 
          
            
                 
               | Line contains a tab character. | 
                70
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                71
               | 
          
            
                 
               | Line contains a tab character. | 
                72
               | 
          
            
                 
               | Line contains a tab character. | 
                73
               | 
          
            
                 
               | Line contains a tab character. | 
                74
               | 
          
            
                 
               | Line contains a tab character. | 
                75
               | 
          
            
                 
               | Method 'forwardClientTimeout' is not designed for extension - needs to be abstract, final or empty. | 
                75
               | 
          
            
                 
               | Parameter clientAvatar should be final. | 
                75
               | 
          
            
                 
               | Line contains a tab character. | 
                76
               | 
          
            
                 
               | Line contains a tab character. | 
                77
               | 
          
            
                 
               | Line contains a tab character. | 
                79
               | 
          
            
                 
               | Line contains a tab character. | 
                80
               | 
          
            
                 
               | Line has trailing spaces. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                81
               | 
          
            
                 
               | Line contains a tab character. | 
                82
               | 
          
            
                 
               | Line contains a tab character. | 
                83
               | 
          
            
                 
               | Line contains a tab character. | 
                84
               | 
          
            
                 
               | Line contains a tab character. | 
                85
               | 
          
            
                 
               | Method 'sendUpdate' is not designed for extension - needs to be abstract, final or empty. | 
                85
               | 
          
            
                 
               | Parameter avatarID should be final. | 
                85
               | 
          
            
                 
               | Line contains a tab character. | 
                86
               | 
          
            
                 
               | Line contains a tab character. | 
                87
               | 
          
            
                 
               | Line contains a tab character. | 
                88
               | 
          
            
                 
               | Line contains a tab character. | 
                90
               | 
          
            
                 
               | Line contains a tab character. | 
                91
               | 
          
            
                 
               | Line has trailing spaces. | 
                92
               | 
          
            
                 
               | Line contains a tab character. | 
                92
               | 
          
            
                 
               | Line contains a tab character. | 
                93
               | 
          
            
                 
               | Line contains a tab character. | 
                94
               | 
          
            
                 
               | Method 'sendAllUpdate' is not designed for extension - needs to be abstract, final or empty. | 
                94
               | 
          
            
                 
               | Line contains a tab character. | 
                95
               | 
          
            
                 
               | Line contains a tab character. | 
                96
               | 
          
            
                 
               | Line contains a tab character. | 
                97
               | 
          
            
                 
               | Line contains a tab character. | 
                99
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                99
               | 
          
            
                 
               | Line contains a tab character. | 
                100
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                101
               | 
          
            
                 
               | Line contains a tab character. | 
                101
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                102
               | 
          
            
                 
               | Line contains a tab character. | 
                103
               | 
          
            
                 
               | Line contains a tab character. | 
                104
               | 
          
            
                 
               | Line contains a tab character. | 
                105
               | 
          
            
                 
               | Line contains a tab character. | 
                106
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                107
               | 
          
            
                 
               | Line contains a tab character. | 
                107
               | 
          
            
                 
               | Line contains a tab character. | 
                108
               | 
          
            
                 
               | Line contains a tab character. | 
                109
               | 
          
            
                 
               | Line has trailing spaces. | 
                110
               | 
          
            
                 
               | Line contains a tab character. | 
                110
               | 
          
            
                 
               | First sentence should end with a period. | 
                111
               | 
          
            
                 
               | Line contains a tab character. | 
                111
               | 
          
            
                 
               | Line contains a tab character. | 
                112
               | 
          
            
                 
               | Line contains a tab character. | 
                113
               | 
          
            
                 
               | Line contains a tab character. | 
                114
               | 
          
            
                 
               | Line contains a tab character. | 
                115
               | 
          
            
                 
               | Line contains a tab character. | 
                116
               | 
          
            
                 
               | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 
                116
               | 
          
            
                 
               | Parameter port should be final. | 
                116
               | 
          
            
                 
               | Line contains a tab character. | 
                117
               | 
          
            
                 
               | Line contains a tab character. | 
                118
               | 
          
            
                 
               | Line contains a tab character. | 
                119
               | 
          
            
                 
               | Line contains a tab character. | 
                120
               | 
          
            
                 
               | Line contains a tab character. | 
                121
               | 
          
            
                 
               | Line contains a tab character. | 
                122
               | 
          
            
                 
               | Line contains a tab character. | 
                123
               | 
          
org/sourceforge/jvb3d/Network/TimeoutException.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                13
               | 
          
            
                 
               | Line contains a tab character. | 
                16
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                16
               | 
          
            
                 
               | Line contains a tab character. | 
                17
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                17
               | 
          
            
                 
               | Line has trailing spaces. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | First sentence should end with a period. | 
                19
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Line has trailing spaces. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Parameter avatarID should be final. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Line has trailing spaces. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | First sentence should end with a period. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
org/sourceforge/jvb3d/Network/UpdatePacket.java
            | Error | Line | 
          
            
                 
               | Missing a header - not enough lines in file. | 
                1
               | 
          
            
                 
               | Line has trailing spaces. | 
                15
               | 
          
            
                 
               | First sentence should end with a period. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                18
               | 
          
            
                 
               | Line contains a tab character. | 
                19
               | 
          
            
                 
               | Line contains a tab character. | 
                20
               | 
          
            
                 
               | Line contains a tab character. | 
                21
               | 
          
            
                 
               | Line has trailing spaces. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                22
               | 
          
            
                 
               | Line contains a tab character. | 
                23
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                23
               | 
          
            
                 
               | Line contains a tab character. | 
                24
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                24
               | 
          
            
                 
               | Line contains a tab character. | 
                25
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                25
               | 
          
            
                 
               | Line has trailing spaces. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                26
               | 
          
            
                 
               | Line contains a tab character. | 
                27
               | 
          
            
                 
               | Missing a Javadoc comment. | 
                27
               | 
          
            
                 
               | Line has trailing spaces. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                28
               | 
          
            
                 
               | Line contains a tab character. | 
                29
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                30
               | 
          
            
                 
               | Line contains a tab character. | 
                31
               | 
          
            
                 
               | Line contains a tab character. | 
                32
               | 
          
            
                 
               | Line contains a tab character. | 
                33
               | 
          
            
                 
               | Line contains a tab character. | 
                34
               | 
          
            
                 
               | Method 'getUpdateData' is not designed for extension - needs to be abstract, final or empty. | 
                34
               | 
          
            
                 
               | Line contains a tab character. | 
                35
               | 
          
            
                 
               | Line contains a tab character. | 
                36
               | 
          
            
                 
               | 'if' construct must use '{}'s. | 
                37
               | 
          
            
                 
               | Line is longer than 80 characters. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                37
               | 
          
            
                 
               | 'if' is not followed by whitespace. | 
                37
               | 
          
            
                 
               | Line contains a tab character. | 
                38
               | 
          
            
                 
               | Line contains a tab character. | 
                39
               | 
          
            
                 
               | Line has trailing spaces. | 
                40
               | 
          
            
                 
               | Line contains a tab character. | 
                40
               | 
          
            
                 
               | First sentence should end with a period. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                41
               | 
          
            
                 
               | Line contains a tab character. | 
                42
               | 
          
            
                 
               | Line contains a tab character. | 
                43
               | 
          
            
                 
               | Line contains a tab character. | 
                44
               | 
          
            
                 
               | Line contains a tab character. | 
                45
               | 
          
            
                 
               | Method 'setUpdateData' is not designed for extension - needs to be abstract, final or empty. | 
                45
               | 
          
            
                 
               | Parameter data should be final. | 
                45
               | 
          
            
                 
               | Expected @param tag for 'data'. | 
                45
               | 
          
            
                 
               | Line contains a tab character. | 
                46
               | 
          
            
                 
               | Line contains a tab character. | 
                47
               | 
          
            
                 
               | Line contains a tab character. | 
                48
               | 
          
            
                 
               | Line contains a tab character. | 
                49
               | 
          
            
                 
               | Line contains a tab character. | 
                50
               | 
          
            
                 
               | Line has trailing spaces. | 
                51
               | 
          
            
                 
               | Line contains a tab character. | 
                51
               | 
          
            
                 
               | First sentence should end with a period. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                52
               | 
          
            
                 
               | Line contains a tab character. | 
                53
               | 
          
            
                 
               | Line contains a tab character. | 
                54
               | 
          
            
                 
               | Line contains a tab character. | 
                55
               | 
          
            
                 
               | Line contains a tab character. | 
                56
               | 
          
            
                 
               | Method 'setSeqNumber' is not designed for extension - needs to be abstract, final or empty. | 
                56
               | 
          
            
                 
               | Parameter number should be final. | 
                56
               | 
          
            
                 
               | Line contains a tab character. | 
                57
               | 
          
            
                 
               | Line contains a tab character. | 
                58
               | 
          
            
                 
               | Line has trailing spaces. | 
                59
               | 
          
            
                 
               | Line contains a tab character. | 
                59
               | 
          
            
                 
               | First sentence should end with a period. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                60
               | 
          
            
                 
               | Line contains a tab character. | 
                61
               | 
          
            
                 
               | Line contains a tab character. | 
                62
               | 
          
            
                 
               | Line contains a tab character. | 
                63
               | 
          
            
                 
               | Line contains a tab character. | 
                64
               | 
          
            
                 
               | Method 'getSeqNumber' is not designed for extension - needs to be abstract, final or empty. | 
                64
               | 
          
            
                 
               | Line contains a tab character. | 
                65
               | 
          
            
                 
               | Line contains a tab character. | 
                66
               | 
          
org/sourceforge/jvb3d/Network/package.html
            | Error | Line | 
          
            
                 
               | Missing package documentation file. | 0 | 
          
org/sourceforge/jvb3d/package.html
            | Error | Line | 
          
            
                 
               | Missing package documentation file. | 0 |